http://orchard.wccnet.org/~pfash/me/testForm.html
<=to test form code below
<HTML>
<HEAD>
<TITLE>Company Name: Page Content</TITLE>
</HEAD>
<BODY ONLOAD="window.document.myForm.Contact_Person.focus()"
BGCOLOR="#ffffff">
<FORM ACTION="http://orchard.wccnet.org/~pfash/me/FormMail.cgi"
METHOD="POST" NAME="myForm"> <=A web editor's encrypt. attribute
can block hidden tags. Either replace entire web editor-generated
form tag with this one or use GUI to insert form tag and hidden
tags.
<P> </P>
<INPUT TYPE="hidden" NAME="recipient" VALUE="you@your_email_address">
<INPUT TYPE="hidden" NAME="redirect" VALUE="http://www.the_page_after_submit">
<INPUT TYPE="hidden" NAME="subject"
VALUE="subject line of the email">
..............
</form>
</body>
</html>