Form Email

  1. Download mailform.zip.
  2. Unzip mailform.zip using Winzip or PKZip.
  3. Upload the unzipped files into your /cgi-bin/ directory. There should be 3 files.
  4. Create your html form using the example below:

    <form action="/cgi-bin/sendform.cfm" method="post">

    <input type="hidden" name="from" value="from@yourmail.com">

    <input type="hidden" name="to" value="to@youremail.com">

    <input type="hidden" name="subject" value="Your subject goes here">

    all other fields go here

    </form>


    You need to replace the 3 "value" parameters with appropriate information:

    from@youremail.com = this is the "from" email address.

    to@youremail.com = this is the email address that the results of the form will be sent to.


    There are 3 required fields. These fields must be present in order for the form to work properly. You may have as many additional fields as you wish to collect.
  5. Save your html template and upload it to your "public_html" folder.
  6. Test your form using a web browser to call up your html form template. After you fill out your form and click on the submit button, the results should be sent to the email address specified above.
  7. You may edit the "results.cfm" file to fit your need. This file will display after the form has successfully been submitted.


GDEX Trusted Net
Call GDEX at 770.423.7442
or TOLL FREE at 1.877.GDEX.NET (1-877-433-9638)