| To set up FormMail:
1. Create the form on your web page, with the following fields:
<form action="http://www.yourdomain.com/cgi-sys/FormMail.cgi" method="POST">
<input type="hidden" name="recipient" value="email@yourdomain.com">
<input type="hidden" name="subject" value="Feedback from web site">
<input type="hidden" name="redirect" value="http://www.yourdomain.com/thankyou.htm">
Remember to replace "yourdomain.com" with your actual domain name.
2. Upload the web page and test the form. |