Trailhead Web Design & Web Hosting, Fort Collins, Colorado    
 
 
Trailhead Web Design

Forms Example (Form does not submit info anywhere)

Email: noemail@trailheadweb.com
Name:
Email:
Phone:
Interest: Please send me the newsletter
  Please contact me
Preference: Contact me by phone
  Contact me by email
How did you find us?
Comments
 
Simplified HTML Code for This Form
<body>

<form name="formmail" action="http://www.trailheadweb.com/cgi-bin/formmail/formmail.cgi" method="post"><p>
< input type=hidden name="recipient" value="noemail@trailheadweb.com">
< input type=hidden name="subject" value="Message from Trailhead Web Site">
< input type=hidden name="redirect" value="http://www.trailheadweb.com/support/directions/forms/thanks.html">
< /p><p>Email: <a href="mailto:noemail@trailheadweb.com">noemail@trailheadweb.com</a></p><p>Name: <input style="WIDTH: 150px" name="realname" size=15></p><p>Email: <input style="WIDTH: 150px" name="email" size=15></p><p>Phone: <input name="phone" id="phone" style="WIDTH: 150px" size=15></p><p>Interest:
< input name="Send newsletter" type="checkbox" id="Send newsletter" value="yes">Please send me the newsletter
< input name="Contact me" type="checkbox" id="Contact me" value="yes">Please contact me
< /p><p>Preference:
< input type="radio" name="Preference:" value="Contact me by phone">Contact me by phone
< input type="radio" name="Preference:" value="Contact me by email">Contact me by email
< /p><p>How did you find us?
< select name="How did you find us?" id="How did you find us?">
< option value="Current Client">Current Client</option>
< option value="Friend or Associate">Friend or Associate</option>
< option value="Google">Google</option>
< option value="Yahoo">Yahoo</option>
< option value="MSN">MSN</option>
< option value="Yellow Pages">Yellow Pages</option>
< option value="Link from other web site">Link from other web site</option>
< option value="Other">Other</option>
< /select>
< /p>
< p>Comments:<textarea style="WIDTH: 250px" name="comments" rows="5" cols="15" wrap="VIRTUAL"></textarea></p>
< p><input type="submit" name="Submit" value="Submit"></form></p>

</body>

 

 

© Trailhead Web Design & Web Hosting  |  PO Box 417 Laporte, CO 80535  |  Privacy & Security  |  Terms of Service