Mail Form Example

Steps to making a form on your website where people can e-mail you information....
  1. Copy the code below.
  2. Replace the words in bold black with your domain name and your e-mail.
  3. Replace the words in bold blue with whatever you want that part of the form to say.
  4. Save it as a .html
  5. Upload and you are done.
If you copy and upload exactly the code we have below, it will look like this:

E-mail me!

Your E-mail Address:


Enter your comments here:




<html>
<head>
<title>Mail Form Demo</title>
</head>
<body>
<form action="http://www.mydomain.com/cgi-sys/formmail.pl" method="post">
<input type="hidden" name="recipient" value="youre-mail@here.com">
<input type="hidden" name="subject" value="Mail Form E-mail">
Whatever you want to say here<br /><br />
Your E-mail Address:<br />
<input type="text" name="e-mail" size="20" value=""><br /><br />
Enter your comments here:<br />
<textarea name="tellme" cols="50" rows="8"></textarea><br /><br />
<input type="submit" name="submit" value="E-mail me!">

<input type="hidden" name="redirect" value="http://yourdomain.com/yourreturnpage.html">
</form>
</body>
</html>
  | HOME | FEATURES | FAQs | SUPPORT | HELP | PRIVACY STATEMENT | ABOUT US | TERMS OF SERVICE |
© Copyright 2004-2009 DataBoy