write a perl program to gather the information (cgi)
use your unix skills to place the program on the web server
get permission from the web administrator to run a cgi
What you have available on the web server
a perl program (cgi)
located on the web server
all permissions set for the program
What you need to do to get feedback from your users
create a form
point it at the perl program (cgi)
read the feedback
Forms
Forms on the web allow you to get feedback from the visitors to your
web site.
A person can leave comments, request information, or even fill out
applications right from
the web browser.
mailer2.cgi
designed for forms used on personal
homepages
Formats the data in the form in field-name/field content pairs and
mail them to you.
The following instructions explain how to set up a form on your web site
and have the contents e-mailed to you after a visitor fills it in.
Section 1 contains general instructions Section 2 contains a sample page Section 3 contains examples for creating input
fields for your form Section 4 contains a sample e-mail response