JumpFormMail is a simple perl/cgi script which handles the emailing of form fields. This script is configurable and also has the ability to store submitted form field values in a specified database for further retrieval and processing.
Features
one script, easy to setup.
generic form mail which works with any form, any number of forms, any number of fields
option to store submitted in text database for further processing
Setup Instructions
Here's what you need to know to use this program.
Right-click and save the script (Save Link As...) as jumpformmail.cgi.
Open the script in a text editor (e.g. Notepad). Do not use Microsoft Word. Modify line 10 and replace domain.com with the name of your domain.
$domain = 'domain.com';
For example, if your website is http://www.test.com, line 10 should be changed to:
$domain = 'test.com';
Upload the script into your cgi-bin in ASCII mode, and chmod it to 755.
Prepare your submit form. In your form, there are 4 compulsory hidden fields which you must always include. These are:
"webmaster_email" is where the email will be sent.
"subject" is the subject of the email
"confirmation_page" is the url where the script will redirect to after all the processing is done.
"database" is the name of the file where the records will be written to. If you leave the value of this field empty, it will not write to any database.
In your form fields, put a "send_" before the names of all the fields that you want emailed to you. The form mailer will only email you those fields with a "send_" in the field names, like this:
Upload (in ASCII) an empty text file, whose name corresponds to that of the database field value, and chmod it to 777.
You may refer to the below sample form as an example of how your form might look like.
In this test, the email will be sent to the email address entered in the form, so go ahead and enter your email and you'll receive it in a couple of seconds.
Purchasing This Software
This is software is shareware for 30 days. The license for this script is US$15.00.