New Page 1


This is an explanation of the purpose of the form ...

Email name:

First Name
Last Name
E-mail

Author information goes here.
Copyright © 1999 [OrganizationName]. All rights reserved.
Revised: 02/08/09
<FORM ACTION="/cgi-bin/script_library/form_handler_mail" METHOD="POST">
What is your name?
<INPUT TYPE="text" NAME="visitor_name">
What is your email address? <INPUT TYPE="text" NAME="email">
<INPUT TYPE="hidden" NAME="end_display" VALUE="http://www.YOURLINK.com">
<INPUT TYPE="hidden" NAME="required" VALUE="email">
<INPUT TYPE="hidden" NAME="order" VALUE="visitor_name, email">
<INPUT TYPE="hidden" NAME="savefile" VALUE="visitors.txt">
<INPUT TYPE="hidden" NAME="email_to" VALUE="username@somewhere.com">
<INPUT TYPE="submit" VALUE="Submit">
</FORM>