Control Panel - FormMail Script
This script is used to collect information from visitors on your
web site and email the information to you.
This copy of the popular form mailing script has been modified to keep it from
being abused by spammers.
1. Installation
Access your web hosting control panel and click
the FormMail button. The script is now ready for use.
2. Usage
Simply create your form as usual. Change/add a few lines to have the
information emailed to you.
<form method="POST" action="/cgi-bin/FormMail.pl">
<input type="hidden" NAME="recipient" value="email@example.com">
<input type="hidden" NAME="redirect" value="http://example.com/page.html">
|
|
Replace the email address with your own and replace the web site address with a page you wish
people to see after they submit form information.
Other (optional) variables can be used :
Variable Name | Purpose |
from | E-mail address to reply to (person filling out form) |
subject | Subject for the message |
|
To make certain fields required, add the following :
<input type="hidden" name="required" value="field1,field2">
|
|
In this example, field1 and field2 are required fields.
FormMail has many other options and features. The control panel includes a more complete and detailed list. Click the 'Docs' button in the FormMail section.