Here is the HTML to a simple email form that you can copy and put on your page. The parts in bold are the parts you should edit to anything you want. It can be added to or subtracted from any way you wish.
<form method="post" enctype="text/plain" action="mailto:kali@xentrik.net"> Your Name:<br> <input type="text" name="name" size="20"><br> <br> Your Email:<br> <input type="text" name="email" size="20"><br> <br> Do you like this site?<br> Yes <input type="radio" name="like this site" value="yes"> No <input type="radio" name="like this site" value="no"><br> <br> Comments:<br> <textarea name="comments" wrap="physical" rows="4" cols="20"></textarea><br> <br> Favorite Color:<br> Red <input type="checkbox" name="favorite color" value="red"> Blue <input type="checkbox" name="favorite color" value="blue"> Yellow <input type="checkbox" name="favorite color" value="yellow"><br> <br> Gender:<br> <select name="gender" size="1"> <option selected>Select One <option>Male <option>Female <option>Both <option>Neither </select><br> <br> <input type="submit" value="Send It!"> <input type="reset" value="Start Over"> </form>And here is what it looks like:
Can't find what you're looking for? Try searching for it:
© 2000-2008 Xentrik.Net