Excel.Net logo
Check Your E-mail Account Information What's New
Services Coverage Area Online Signup About Excel.Net Contact Us Corporate Accounts
Users Gallery Gold Pages Links Search the Web Online Support Options System Info Tools
Right Bar Image
home >> support >> web design help >> add a reply form to your site login

Adding a Simple Reply Form to your Page

Before you can have a form that works on your site, you must tell Excel.Net what the e-mail address of the person that will receive the form submissions. We need this address to setup this script to work for your site on our servers. If you do not send this address to us, your form will not work properly on your site, and will generate a permissions error. Please click here to add your Formmail recipient(s).

In the position where you want the form, you need to fill in the following information:

The following lines are absolutely necessary for this program to work:

<form action="/cgi-bin/FormMail.pl">
 <input type="hidden" name="recipient" value="your e-mail address@excel.net">
 </form>

The following lines are a few of the optional lines you can add to this form:

If you want a subject line in your form reply

If you want to chose the subject yourself:

 <input type="hidden" name="subject" value="Your Subject">

If you want the page viewer to enter the subject:

 <input type="text" name="subject">

If you want the user to specify their e-mail address

<input type="text" name="email">

If you want the user to specify their real name

<input type="text" name="realname">

If you would like the user to enter comments in the form

<textarea name="comments"> </textarea>

An Example:

Real Name:
E-Mail Address:
Comments:

(Not live, strictly demo!)

The Code:

<form action="/cgi-bin/FormMail.pl">
 <input type="hidden" name="recipient" value="webmaster@excel.net">
 <input type="hidden" name="subject" value="Test FormMail">
 Real Name: <input type="text" name="realname" size=34><BR>
 E-Mail Address: <input type="text" name="email" size=30><BR>
 Comments:<BR>
 <textarea name="comments" rows="8" cols="39"></textarea><BR>
 <input type="submit"> <input type="reset">
 </form>

If this form was filled out, webmaster@excel.net would receive the following e-mail:

Date: Thurs, 1 Jan 1998 00:00:01 -0600 (CST)
 From: Joe L. User <juser@excel.net>
 To: webmaster@excel.net
 Subject: Test FormMail

 Below is the result of your feedback form. It was submitted
 by Joe L. User (juser@excel.net) on Thursday, January 1,
 1998 at 00:00:01
 ------------------------------------------------------------

 comments: Test Submit

 ------------------------------------------------------------

Finally, if you want ALL of the information concerning this form program you can go to Matt's Script Archive site, which is located at: http://www.scriptarchive.com/readme/formmail.html


Services | Coverage | Signup | About | Contact Us | Corporate
Check E-Mail | Account Info | What's New | Users Gallery | Gold Pages
Links | Search | Support | System Info | Tools | Home

© 2004 Excel.Net Inc. All Rights Reserved