Steps to making a form on your website where people can email you information (formmail)

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">
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>

  • 0 istifadəçi bunu faydalı hesab edir
Bu cavab sizə kömək etdi?

Uyğun məqalələr

What do I put for both incoming and outgoing mail server?

For both incoming and outgoing mail server, put mail.yourdomain.com. This remains true for your...

How do I create email accounts?

To create an email account, login to your control panel and click Mail, then Add/Remove Email...

How can I setup webmail to go directly to Horde, SquirrelMail or RoundCube?

1. Login to the webmail program you prefer. You can get there by going to...

Why won't my email address work?

Why won't my email address work? Make sure your user name and password is all lowercase....

Outlook / Outlook 2003 / Eudora / Thunderbird / Mac Email Client Settings

Email settings for an Email Client (Outlook, Eudora, MAC mail etc.): Incoming mail server:...

Powered by WHMCompleteSolution