Custom Programming -- Contact Us

Perl cgi script for submitting form contents via e-mail in HTML format

View files in this folder

Scenario : You have a form on your web site and want the information to be e-mailed to you after the user finishes filling it out. Most form to email programs will send you a plain text list of all the fields (ugly). This script lets you send the data in the form of an html page that you can customize using a template.

Sample form to fill out

File containing field names to parse out

Template to use when e-mailing