| Install ASP Script |
| ASP Script (Formmail). Just Click on this link and the scripts get installed in your own directory |
| |
 |
| |
| Formmail |
 |
Form Configuration |
: |
The action of your form needs to point towards this script, and the method must be POST or GET in capital letters. Version 1.5 Formmail Offers many new ways to code your form fields you can use and how to implement them |
 |
Necessary form Fields |
: |
There is only one form field that you must have in your form, for the FormMail to work correctly. This is the recipient field. |
| |
 |
Field |
: |
Recipient |
 |
Description |
: |
His form field allows you to specify to whom you wish for your form results to be mailed. Most likely you will want to configure this option as a hidden form field with a value equal to that of your email address. |
 |
Syntax |
: |
<input type="hidden" name="recipient" value="email@your.host.com'> |
| |
 |
| |
 |
| Back | Next |