back
Using Forms to Store and Show Data
Take a look at this example of how JavaScript can store the user's data and then repeat it back later. This is an extremely important function if you are trying to conduct an online survey or keep track of a customer's online order. The second part of this example shows you how you can convert the user's response into all upper case letters. Later you will see that you often need to convert user's replies into all upper or lower case. This is done as a way of checking for errors. Check out the example:

[Survey Example]. Here is a text-only version of the example:

[text-only version].

Assignment

Make a survey using radio buttons and checkboxes with questions of your own. Have the survey answers show back in a separate box (as in the example). Include a feature to convert the answers to upper case.