Form Mail
This is an example of what FormMail.pl will look like on your page.
The code for this form is as follows. Be sure to change the recipient
email address to your own email address. The redirect url should be the
page you want people to see after they submit the form.
<form method=POST action="http://www.wcoil.com/cgi-bin/formmail.pl">
<input type=hidden name="recipient" value="username@wcoil.com">
<input type=hidden name="subject" value="Comments from Webpage">
<input type=hidden name="redirect" value="
http://redirect.html">
<input type=hidden name="env_report" value="HTTP_REFERER">
<input type=hidden name="sort" value="order:Name,E-mail,Comments">
Name:<br>
<input type="text" name="Name"><br>
Email:<br>
<input type="text" name="E-mail"><br>
Comments:<br>
<textarea name="Comments" rows="3" cols="30"></textarea>
<input type=submit value=submit></FORM>
Counter
Name the page on which the counter will appear with the extention .shtml,
not .html or .htm like your other pages.
Place the following line in the source of the page where you would like
the counter to appear:
<!--#exec cgi="/cgi-bin/counter"-->