| Q: How do I process information from a form
? A: Use the cgi script FormMail
or yform.
FormMail and yform are both cgi scripts that allow users
to build forms and have results e-mailed to one or more addresses. Yform
is a modification to FormMail with added capabilites.
Overview
FormMail is a universal WWW form
to E-mail gateway. There is only one required form input tag which
must be specified in order for this script to work with your existing
forms. Other hidden configuration fields can also be used to enhance
the operation of FormMail in your script. By default, form fields
are sorted as they appear in the form.
yform is a modification of FormMail that allows
control over responses to users and adding responses to a text
file database.
Forms may be created by whatever tool you know
with that capability. They must have one of the following lines
(or close equivalent) at the start of the form definition:
<FORM method="POST" action="http://www.usna.edu/cgi-bin/FormMail">
<FORM method="POST" action="https://www.usna.edu/cgi-bin/FormMail">
<FORM method="POST" action="http://www.usna.edu/cgi-bin/yform">
<FORM method="POST" action="https://www.usna.edu/cgi-bin/yform">
Form Configuration
|
|