San Jose State University : Web Services

Navigation

Main Content

Mail Form Handler

The Mail Form Handler is a a customizable CGI script designed to email information entered via Web-based forms, hosted inside the sjsu.edu domain. This script was initially released in August 2003 and has gone through a few iteration since then. The current version of the script is 6.1. This script has roots from version 3.2 of the script written by Tim Stevenson.

Related Links



Using the Form Handler

Basic

  1. Add the following line inside your Web page
    <form method="post" action="http://www.sjsu.edu/cgi-bin/mail_form.pl">
  2. Following fields are required and should be used inside your form

Steps 1 and 2 provide basic information for using the script.


Advanced

A. Customization using HTML form fields

B. Customization using HTML pages

C. Specify a required field

D. Securing destination email address

E. Using HTML Mime type in email

Related Information