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 program is meant to be used in conjunction with
BigNoseBird.Com's Series on CGI-BIN Programming. Feel
free to use it as you wish.

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:

 <INPUT TYPE="hidden" NAME="FORM_NAME" VALUE="The Name of your form">        
 <INPUT TYPE="hidden" NAME="MAIL_TO" VALUE="person@to-get.mail.com">

When you are done testing, set the SEND_MAIL="Y" in the funform.cgi
to allow mail to be sent.

Good luck and enjoy!

