Fill out your information

Now for method you can enter method= "post" or "get", unless you are using Unix, use post. Action="...." supplies the url for the cgi script on the server that receives the form's input. Unless you are advanced programmer you can get free services from different companies to handle your forms and have the results e-mailed to you, if you have your own hosting with CGI support go to http://www.scriptarchive.com/

Please enter your name:

Name just categorizes whatever your visitor types in, type tells us what type of choices they will have for input (ex. textbox, checkboxes), size tells us the length of the textbox, and maxlength limits the number of characters that are allowed to be typed in that textbox)

Sport you like the most:

Pick a button for Yes or No
Yes
No

Computers you like:
Dell Gateway Compaq Self-Made


The two above are the submit and reset buttons


Back