How to use forms on your website (FormMail) Print

  • 3

How to setup FormMail:

The formmail path is: http://www.mydomain.com/cgi-sys/formmail.pl

 

Below is an example of how to use FormMail.

  1. Copy the code below.
  2. Replace the words in bold yellow with your domain name and your email.
  3. Replace the words in bold with whatever you want that part of the form to say.
  4. Save it as a .html.
  5. Upload and you are done.


<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="FormMail E-Mail">
Whatever you want to say here<br /><br />
<input type="text" name="email" size="20" value="Visitor E-Mail"><br />
<input type="text" name="tellme" size="20" value="E-Mail Content"><br /><br />
<input type="submit" name="submit" value="E-Mail Me!">
<input type="hidden" name="redirect" value="http://yourdomain.com/yourredirectopageurlhere.html">
</form>
</body>
</html>


Was dit antwoord nuttig ?

« Terug

Powered by WHMCompleteSolution