Form processing requires two components: (a) form design and tags, and (b) developing a CGI script to process the form information. This is a review of form design and tags.
<FORM METHOD=POST ACTION="http://www.myserver.com/cgi-bin/form-script"> ... <INPUT TYPE=SUBMIT VALUE="Submit"><INPUT TYPE=SUBMIT VALUE="Reset"> </FORM>
This would display like:
<INPUT TYPE="text" NAME="yourname" SIZE="50">
<INPUT TYPE="password" NAME="passwd">
<TEXTAREA NAME="comments$quot; ROWS="14" COLS="50">Enter your message here.</TEXTAREA>
This would display like: