Form Mail

If you have a form on your web site you will probably want the contents of it emailed back to you. We have a secure version of FormMail installed on the server. The script can be set up very quickly, and provides a number of customization options. This will only send mail to addresses at the domain we host for you, so if you need to send mail to an address with another ISP you will need to set up mail forwarding.

The following steps provide quick installation instructions for FormMail.

Refer to the FormMail documentation for more information.

To set up FormMail:

  1. Create the form on your web page, with the following fields:

    <form action="http://www.yourdomain.com/cgi-sys/FormMail.cgi" method="POST">
    <input type="hidden" name="recipient" value="e-mail@yourdomain.com"> 
    <input type="hidden" name="subject" value="Feedback from web site"> 
    <input type="hidden" name="redirect" value="http://www.yourdomain.com/thankyou.htm">
  2. Upload the web page and test the form. Refer to the FormMail documentation first if you have any questions about using the FormMail script.