US & Canada: 1-888-354-6128

Local & International: 1-206-438-5887

1-703-564-9887/1-604-638-2525

Web Site Hosting, Dedicated Hosting, Cheap Hosting  Web Hosting Sales Assistance

FormMail

FormMail is a generic HTML form to e-mail gateway that parses the results of any form and sends them to the specified users. This script has many formatting and operational options, most of which can be specified within each form, meaning you don't need programming knowledge or multiple scripts for multiple forms.

The following is the sample html code for the FormMail script. Note: this is a test form. Please copy and paste the code below into your html editor and edit the values as needed before use.

For more detailed information, please follow this link: http://www.scriptarchive.com/readme/formmail.html#form_config

 
<!-- ***THE SAMPLE FORM STARTS HERE***-->
<blockquote>
<p><font size="2" face="Verdana, Arial, Helvetica, sans-serif">Your text goes here.</font></p>
</blockquote>
<form action="/cgi-bin/epistola" method="POST">
<font size="2" face="Verdana, Arial, Helvetica, sans-serif">
<!-- --replace EMAIL@YOURDOMAIN.COM with the E-mail address to receive the form at-- -->
<input type="hidden" name="recipient" value="EMAIL@YOURDOMAIN.COM">
<input type="hidden" name="subject" value="Sample Form">
</font>
<blockquote>
<p><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong>Your name:</strong><br>
<input type="text" size="45" name="name">
</font></p>
<p><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong>Your E-Mail address:</strong><br>
<input type="text" size="45" name="email">
</font></p>
<p><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong>Telephone Number:</strong><br>
<input type="text" size="45" name="phone">
</font></p>
<p><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong>Mailing Address:</strong><br>
<textarea name="address" rows="4" cols="44"></textarea>
</font></p>
<p><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong>Where did you get a link to our site?</strong><br>
<select name="Link from" size="1">
<option selected>---- Please select one ----</option>
<option>Search Engine</option>
<option>Word of Mouth/Friend</option>
<option>Newspaper or Television Ad</option>
<option>Other</option>
</select>
</font></p>
<p><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong>Any Comments?</strong><br>
<textarea name="Comments" rows="3" cols="44"></textarea>
</font></p>
<p><font size="2" face="Verdana, Arial, Helvetica, sans-serif">
<input type="submit" value="Send Comments" name="submit">
<input type="reset" value="Reset Form" name="reset">
</font></p>
<p><font size="2" face="Verdana, Arial, Helvetica, sans-serif">
</blockquote>
</form>

<!-- ***THE SAMPLE FORM ENDS HERE***-->

The following form is generated by the code above:

Your name:

Your E-Mail address:

Telephone Number:

Mailing Address:

Where did you get a link to our site?

Any Comments?

 

All material © 1996 - 2007 Superb Internet Corp.