How to Include An E-mail Form on Your Web Page


Most ISPs provide the FormMail.pl script to it's users so that they may include a feedback form, or similar, on their web page. FormMail is a universal WWW form to E-mail gateway. There is only one required form input tag which must be specified in order for this script to work with your existing forms.

Call the script with following HTML code:

<FORM ACTION="http://www.yourISP.com/cgi-bin/FormMail.pl" METHOD="Post">

Use the Form Configuration instructions below to make full use of FormMail.pl

Form Configuration