The following code can be used on websites that are hosted on the smu.edu server (not on www.smu.edu) to produce webforms that email a specified address.
Generic Form
This form allows a user to enter free-form text.
- Edit the HTML code of your page
- Insert the following text "< ahref="mailto:emailAddress">clickableText</a>"
Insert the appropriate email address in the code and replace the word "clickableText" with the text you wish the user to click on to send the email.
Highly Customized Form
This form specifies form fields to be completed by the individual.
Click here to use the form builder
Deleting Old Forms
- Edit the HTML code of the page
- Locate the tags--- <Form> and </Form>
- Delete all content between those two tags and the tags themselves.