PLANNING will make this work. Write out your form on paper. Look at what types of inputs that you require. Count how many of each of the different types you will need for your form. This program will generate the HTML and the CGI scripts necessary for you to copy to your web pages. Practice on a SIMPLE form first - see how it works - then try your "real project" .

Please read the descriptions and if necessary look at the examples on the right side of the page. The examples do not actually submit anything - they are just there as examples.

After you've looked at your form and figured out how many of each type of input you have - just enter the the number of each type of input that you have on your page.


descriptionChoose #
of statements
example of use
Please enter the number of items in your form that are to be text input areas. Text Input Areas
enter your name
Please enter the number of items in your form that are to be selection input areas Selection Input
Please enter the number of items in your form that are to be checkboxes.
These are usually either "yes" or "no" questions that are not related to other questions.
Checkboxes
can you type over 45wpm
Please enter the number of items in your form that are to be radio buttons. These are usually for multiple choices that have the same "name" and therefore only one will be selected Radio Buttons
Rate your evaluation of this guide
1   | 2   | 3   | 4   | 5  
Please enter the number of items in your form that are to be text areas. These are usually for narrative entries from a survey. Text Areas
Please enter what you think the best thing about this project is.
Please enter the number of items in your form that are to be multiple select areas. These are usually areas that have several options AND more than one item may be appropriate. Multiple selections are made by holding down the command key.Multiple Selections
Select everything you had for breakfast

Hold down the command key to select more than one item.


3510