NOTES: Paste
the Fields required over the current fields in the above table.
See the
5 hidden fields at the top?
1. The first
one is the recipient address currently "you@yourdomain.co.uk".
Change this to be the address of the person to whom wants to recieved
the emails.
2. The second is the Subject currently "Online Form Response". This
can be changed to anything and acts as the Subject line that appears in the
email recieved.
3. The third is the routine for what is displayed when the form is successful
filled in and sent. "http://www.yourdomain.co.uk/thanks.html". Change
this to display the thankyou page specific to the website. Saying something
typically like "Thankyou for your Enquiry" or "Email Received
with Thanks".
4. The fourth is the error page that is displayed... similar to that in part
3 exept it is displayed when the user hasnt filled in all the required fields
define by the next note (5).
5. This is the required field part. In here Currently where it says Value = "Name" Change
that to be the names of the required fields. seperated like this (if ALL of
the fields in the above sample are required: "Name,Title,Company,Telephone,Email,Comments"
The last part is the FORM METHOD: <form method="post" action="http://www.yourdomain.co.uk/cgibin/FormMail.cgi">
This will need to be changed to point to the CGI script in your site.