Home Guides Glossary

Using the CGI Form-Mailer

You can use the CGI form mailer depending on the type of hosting account you have. For more information, see What type of hosting account do I have?

The cgi directory of your hosting account is reserved for cgi scripts. Do not upload the HTML file that contains your Web form to the cgi directory.

Remember to specify the email address you want to use with the form-mailer in your account manager. For more information, see Specifying an Email Address for the CGI Form-Mailer.

To Use the CGI Form-Mailer

  1. Create your Web form and assign unique names to your form items.

    TIP: Our form-mailer script sorts the names of your form items alphabetically when it composes the email message. The order of precedence is: uppercase letters, lowercase letters, numbers.

  2. Type "/cgi/gdform.cgi" as the form action line. For example:
    <form action="/cgi/gdform.cgi" method="post">
  3. Type "post" as the form method.
  4. In addition to the fields you create in your form, the following fields must be included:
    • Subject — This field controls the subject line in the form email.
    • Redirect — This field controls the page that your visitors will see after they submit the form.
    • Email — This field controls the return address for the form email.

    Here's an example:

    <form action="/cgi/gdform.cgi" method="post">
    <input type="hidden" name="subject" value="Form Submission" />
    <input type="hidden" name="redirect" value="thankyou.html" />
    <p>First Name:<input type="text" name="FirstName" /></p>
    <p>Last Name:<input type="text" name="LastName" /></p>
    <p>E-Mail:<input type="text" name="email" /></p>
    <p>Comments:<textarea name="comments" cols="40" rows="10">
    Type comments here.</textarea></p>
    <input type="submit" name="submit" value="submit"/>
    </form>
  5. Save and upload your form to your hosting account.

If you are using a secondary domain name (Manage hosting account domains), your redirect should point to:

./folder/thankyou.html

where /folder is the folder on your hosting account you use for the Website and thankyou.html is the file you want to redirect visitors to.

For information on reinstalling your default scripts, see Reinstalling the Default Scripts Directory on Linux Shared Hosting.

Domain Registration

Pay less for website domain names. Register your own .com, .net or .org for as low as $10.18 per year. We have everything you need to get online with your new domain.

Website Builder

Build an amazing website in just under an hour with Website Builder. Take advantage of designs created just for your industry and then customize them to reflect your one-of-a-kind idea.

Website Security

Protect your website and keep customers safe. Your comprehensive Website Security solution. Get peace of mind by securing your websites.

cPanel Hosting

Everything needed to give your website the high-performance home it deserves.  Protect transactions and secure your customer's data with a SSL Certificate
Copyright © 2005 - 2024.  All rights reserved.  Privacy Policy