[Index]
[HTML Index]
[Tables]
[Frames]
Here is how to create the guts of a form.
For a text box: [INPUT TYPE="TEXT" NAME="name" SIZE="20"][BR] You can name the box in the NAME refernce anything you like, if it is a visitors response form you could try "visitor" of course. Also, the size is customizable.
[SELECT NAME="" SIZE="1"] [OPTION]One [OPTION]Two [OPTION]Three [/SELECT]
These buttons do exactly what they promise, this is how you make them:
[INPUT TYPE="SUBMIT" VALUE="Submit"] [INPUT TYPE="RESET" VALUE="Reset"]
Here is the form all put together and fully functional as an example:
If other, please specify: Additional Comments: