The Checkbox Form
Sample Form
Lessons Learned
- When calling an item in a form you should use the following notation:
document.[formName].[inputTypeName]. [elementYouAreReferencing] - Finding the value of the radio buttons has been a struggle.
- The radio button is an set as an array: The value and a checked flag. So you have to look at the checked value and if it is checked then look at the value.
Feedback To User
Box 1:
Box 2:
Box 3:
Radio 1:
Box 2:
Box 3:
Radio 1: