Language
 
Information
Article ID18
Created On3/13/2008
Modified3/13/2008
How is my form configured
The action of your form needs to point towards the scripts pecifying LightHouse Hosting. The ACTION clause must be POST (recommended) or GET in capital letters. Use the following template exactly:

<FORM ACTION="http://scripts.lhhost.com/cgi-bin/form-mail.pl" METHOD="POST">

FormMail offers many new ways to code your form to tailor the resulting HTML page and the way the script performs. Below is a list of 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 FormMail to work correctly. This is the recipient field.

Form Field Format

When specifing form fields to be use with FormMail there is one important rule, case must be exactly as show in the documentation.

<INPUT TYPE="HIDDEN" NAME="Recipient">

Likewise, if the file name show in this documentation contains an underscore, a dash is not the same thing.

Field: recipient

Description: This 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 e-mail address.
Syntax:

<INPUT TYPE="HIDDEN" NAME="recipient" VALUE="email@your-domain.com">