FormMailGMT.cgi
  (Version 1.5, 9/23/99)

Click here to return to the home page.

Quick Start Guide

FormMailGMT is probably the easiest form processor to use, just set the ACTION field of your input form to "/cgi-bin/FormMailGMT.cgi" and then specify who should receive the form submission results by including a hidden input field with NAME="mailto_recipient" and VALUE="somebody@somewhere.com" as shown below:

<FORM ACTION="/cgi-bin/FormMailGMT.cgi" METHOD="POST">
<INPUT TYPE="hidden" NAME="mailto_recipient"
       VALUE="somebody@somewhere.com">

Generally, FormMailGMT will let you know if something is incorrect, for example, try leaving out the hidden input field named "mailto_recipient", you will get the idea...

Once you have successfully posted a form with FormMailGMT, you should examine the configuration options page to refine the behavior and function of your web form.

Good Luck!

©® Copyright 1999 by WaveStar Technology, USA
Last edited 9/23/99 by jpf@wave-star.com
All Rights Reserved.