Form 10 - Simple Form example
Enter your name:
Enter the e-mail address to which you'd like to send this information:
Enter your message below:
Press to send message to destination.
Press to reset all information.
HTML:
<FORM ACTION="http://www.cnl.salk.edu/cgi-bin/web2mail" METHOD=post>
<INPUT TYPE="text" SIZE=30 NAME="name">
<TEXTAREA NAME="message" ROWS=10 COLS=40 WRAP=soft></TEXTAREA>
<INPUT TYPE="submit" VALUE="SEND">
<INPUT TYPE="reset" VALUE="RESET">