If your interested, here is the code that is used within the HTML
code to send the details to a CGI script (formmail.cgi):
<form method=POST action="buchananweb.co.uk/sendmail.php">
<input type=hidden name="subject" value="form_main">
<input type=hidden name="recipient" value="w.buchanan@napier.ac.uk">
<input type=hidden name="required" value="email">
<input type=hidden name="return_link_url" value="http://www.soc.napier.ac.uk/~bill/index.html">
<input type=hidden name="return_link_title" value="Back
to the Bill's Page">
<input type=hidden name="bgcolor" value="#FFFFCC">
<input type=hidden name="env_report" value="REMOTE_HOST,REMOTE_ADDRESS,HTTP_USER_AGENT">
::::
<input type="submit"
value="Send Comment" name="submit">
<input type="reset" value="Reset Form"
name="reset">