Steps to making a form on your website where people can email you information....

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

Note: Make sure you use an email address on the server as you can't use an outside email address for security reasons. You can always use a forwarder to send it to an outside email address as well. 

If you copy and upload exactly the code we have below it will look like this....
Example

 


<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/redirecto.html">
</form>
</body>
</html>

Was this answer helpful?

 Print this Article

Also Read

How do I add my email account to Entourage (Mac)?

To add an email account to Entourage v11 please follow the below steps:- Open Entourage and...

Opt in mailing lists and Safelists

  Email addresses on a single opt-in list are not confirmed. Anybody can submit anybody's...

Email returned, Blacklisted or Rejected by Recipient

Note: We can only fix this if the block is against the entire server. If the block is...

How do I setup my email account to use Mac Mail?

To setup your email account using Mac Mail please follow the steps below: -...

How can I manage the spam I am receiving into my email accounts?

All of Overline India shared server plans come with SpamAssassin. SpamAssassin is an...