return to the main page
Using FormMail-clone

To use FormMail-clone:

  1. Download FormMail.pl from your cgi-bin directory and open it in a text editor.
    (NotePad is a text editor.).

  2. Make sure the Perl path is set correctly.
    This information can be found on the CPanel home page.
    A typical path is: #!/usr/bin/perl

  3. Make sure the Sendmail path is set correctly.
    This information can be found on the CPanel home page.
    A typical path is: /usr/lib/sendmail

  4. Add your domain to the referers.
    For example: @referers = ('www.mydomain.com', '123.123.123.123')

  5. Alter @recipients, if required. A standard setting is: @recipients = @referers

  6. Upload FormMail.pl to your cgi-bin directory, and change the file permissions to 755.

  7. Create the form on your web page.

  8. Upload the web page and test the form.
Example of the fields for the form:

 
return to Scripts Menu main page
return to the main page