All of the installation instructions are in funform.cgi
IT really is that easy.
BE SURE TO ISSUE THE FOLLOWING COMMANDS:
chmod 755 Funform
chmod 755 Funform/funform.cgi
This is how it works....
You create a form anyway you want, with as many fields
as you see fit for your purposes.
This program then chops up the information, formats it
and e-mails it to the intended recipient.
What is nice about this program is that you can have more
than one form go to various people, without having to have
more than one program.
Be sure to give each field a MEANINGFULL NAME! For instance:
NAME="FIRST_NAME" is okay
NAME="FIRST NAME" is NOT.
Do not put spaces in the NAME.
EACH form MUST have the following entries:
When you are done testing, set the SEND_MAIL="Y" in the funform.cgi
to allow mail to be sent.