Start the form with: <FORM METHOD="post" ACTION="http://www.yourdomain.com/cgi/form">
If you want a custom acknowledgement page then append the path to the acknowledgement page at the end of the above line.
Like this:
<INPUT TYPE="hidden" NAME="subject" VALUE="the subject of the e-mail">
End the form: </FORM>
Commonly Used Form Input Fields
Checkboxes.
I like zucchini.
I like zebras.
<INPUT TYPE="checkbox" VALUE=zucchini NAME="plant" CHECKED> I like zucchini.<BR>
<INPUT TYPE="checkbox" VALUE=zebra NAME="animal"> I like zebras.<BR>
VALUE is what is returned if the box is checked. NAME is how this checkbox will be referenced. CHECKED is included if the box should start off checked.
Seanet Internet Services
PO Box 2228
Seattle, WA 98111
Seanet Support Hours
8 AM - 8 PM Monday - Friday
10 AM - 5 PM Weekends - Holidays