<html>
<head>
<title> Formmail demo </title>
</head>
<body>
<form action="http:// www.mydomain.com /cgi-sys/formmail.pl" method="post">
<input type="hidden" name="recipient" value=" youremail@here.com ">
<input type="hidden" name="subject" value="Form mail email">
Whatever you want to say here <BR><BR>
<input type="text" name="email" size="20" value=" Visitor email "><BR>
<input type="text" name="tellme" size="20" value=" Email content "><BR><BR>
<input type="submit" name="submit" value=" Email me! ">
<input type="hidden" name="redirect" value=" http://yourdomain.com/redirecto.html ">
</form>
</body>
</html>