Simple Example Form

The code


<form action="http://www.tfn.net/cgi-bin/mail" method="post"> <!-- set value to email address to send form to --!> <input type=hidden name=to value=> Your Name: <input TYPE="text" NAME="name" SIZE=40><br> Your Email address: <input TYPE="text" NAME="email" SIZE=40><br> <p> Subject: <input TYPE="text" NAME="subject" SIZE=40><br> Comments:<br> <textarea name=content rows=6 cols=60></textarea> <hr><p> <input type=submit value=send> <input type=reset name=reset value=reset><p> </form>

You must set the value of the to field with the correct email address that you want the mail sent to

What the form looks like

Your Name:
Your Email address:

Subject:
Comments: