How to create a contact form to add to your website

How do I setup a FormMail?

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

 

  1. Copy the code below.
  2. Replace the words in bold black with your domain name and your email.
  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.



<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">
<input type="text" name="tellme" size="20" value="<input type="submit" name="submit" value="<input type="hidden" name="redirect" value="</form>
</body>
</html>



Was this answer helpful?

Add to Favourites
Print this Article

Also Read
How do I create email accounts? (Views: 261)
Outlook / Outlook 2003 / Eudora / Thunderbird / Mac Email Client Settings (Views: 264)
How do I log into Webmail? (Views: 289)
Where do I go to check my emails using my browser? (Views: 284)

Powered by WHMCompleteSolution


Language: