Here is a walk through on setting up the NMS FormMail script.

See Also: Preventing SPAM in FormMail

You will need to download the NMS FormMail script. Make sure to download the "compat" version.

Steps for setting up FormMail

  1. Un-compress the downloaded file and upload the FormMail.pl script to your cgi-bin (you will only need to upload the FormMail.pl file, all other files are documentation).
  2. The next step is to modify the FormMail.pl that is inside your cgi-bin. There are only two lines that you will need to modify. The first is the @referers line. Replace everything inside of the parentheses with your domain, once without the www and then a single space and again with the www. You will need to do this for each domain that you will be sending from. Remember, only one space between each url.
  3. This is where you input any email addresses that the forms will send to. Again, only one space between multiple email addresses. Also, make sure you remove 'localhost' from both the @referers and the @allow_mail_to lines.
  4. Now you can save the FormMail and proceed to modifying your forms.
  5. First, point the action of the FORM tag to the FormMail.pl script inside the cgi-bin:

    Pointing the the contact form to the FormMail.pl

    The following tag is necessary for the form to process the values in the form. Make sure the action points to the correct location on your server. The following is an example.

    <form action="http://www.yourdomain.com/cgi-bin/FormMail.pl" method="post" >

  6. Next, inside of each of your forms you will need to include a few hidden input tags. Copy the code in the text box and paste it into your Contact form. They are detailed below:

    Add the recipient(s) of the email

    This tag will configure the form to send to a specific email or email addresses.

    <input type="hidden" name="recipient" value="you@yourdomain.com,me@yourdomain.com" / >

    Create the subject of the email

    This tag tells the form which email address to send the form to. Just make sure that this email is one of the addresses in your @allow_mail_to field

    <input type="hidden" name="subject" value="From the feedback form" / >

    Redirecting the page to your own "Thank You" page

    This is a optional tag you can input into your form to redirect your form to your own page.

    <input type="hidden" name="redirect" value="http://www.yourdomain.com/thankyou.html" / >

    This is another optional tag to specify where your users will be redirected to after they click the submit button. If you do not include this they will be directed to a very generic looking page created by the FormMail script.

    Important! One last thing that must be performed in order for the FormMail to work is that you must set the permissions on the FormMail.pl to 755. This can be done either inside our control panel from the file manager or from an FTP client like SmartFTP or WS_FTP.

If you are using the file manger you will want to browse to the cgi-bin by clicking on the folder icons for public_html > cgi-bin. Once inside of the cgi-bin click on the text title for FormMail.pl and take notice of the text links that appear in the upper right hand corner of the screen. One of them is Change Permissions. Click this and click all the check boxes for Execute. This will change the numbers at the bottom to 755. Click Change, and your all done.

If you are using an FTP client you will want to browse to the cgi-bin. Then right click on the FormMail.pl and look for an option called CHMOD. This will open a dialog box where you can make the same changes as in our file manager. Make sure execute is turned on for all types of users and that the numbers have changed to 755.

If you have any questions on how to set this up please feel free to send an email to support@inmotionhosting.com.

Like this Article?
Mikexzhou 2012-10-16 5:32 pm
Do you have any instruction to setup formmail.pl to support UTF-8? (Asia characters

Thanks.

Mike Zhou
johnpaulb-imhs1 Community Support technician 2012-10-16 5:58 pm
Hello Mikexzhou,

Thank you for your question regarding using UTF-8 with formmail.

You can update this setting by editing the the line of code in FormMail.pl file pertaining to:
$charset = 'iso-8859-1';

To update it, change 'iso-8859-1' to:
'utf-8'

If you have any further questions, feel free to post them below.
Thank you,

-John-Paul

Login to comment.

Your Opinion Matters

... but we need to know what you're thinking!

I'm Brad Markle, your friendly Community Support technician, and I wrote the article you're looking at now. I like to think it's perfect, but I'm sure you have some suggestions. Please, let me know what they are!

Feedback
Your Email Address
Because we'd like to talk with you!

Latest Questions

If you need some help, submit your question to our Community!
We guarantee a response within 60 minutes (8am - 9pm EST, Monday - Friday)
Ask a Question!
Recent Questions
  1. How to auto assign users to a user group on registration?
  2. DNS updated Site is now live -Remove Temp URL from wp Config?
  3. how and where do I copy FB like button code into HTML to add to my web page please

Need more Help?

Search

Ask the Community!

Get help with your questions from our community of like-minded hosting users and InMotion Hosting Staff.

Current Customers

Chat: Click to Chat Now E-mail: support@InMotionHosting.com
Call: 888-321-HOST (4678) Ticket: Submit a Support Ticket

Not a Customer?

Get web hosting from a company that is here to help. Sign up today!