Email Forms

Email forms are used for people to email you quickly, or if you have a clique, it's used for the "join" section.

1. Sign up at Bravenet, and register for an e-mail form.
2. Get the copy/paste code for it and paste it onto your desired page.
3. Take out the part of the code which has the button linking back to bravenet.
4. Erase all the fields from the 3rd line down, except the last line.
5. Now insert this code after the third line of your Bravenet code:

<INPUT type="text" name="name" size="30" maxlength="30" value="Your name?"><br><br> <INPUT type="text" name="e-mail" size="30" maxlength="30" value="Your e-mail?"><br><br> <INPUT type="text" name="name" size="30" maxlength="50" value="Your web site?"><br><br> <TEXTAREA wrap="virtual" name="comments" cols="20" rows="5">What did you want to say?<*/TEXTAREA><br><br>

6. Change all the colors, fonts and fields (name, email, etc).
7. Save it, and test it first to see if it works.

Back