adding values from radio buttons
I have built a form using radio buttons. The form consists of 15 questions
and each question has 4 possible answers (radio buttons) to choose from. I
have two problems. 1. The inherent properties of the radio buttons makes
it so that when one radio button is checked any other button that is
checked gets unchecked. This is good however I need this event to happen
in each question without effecting the other questions. What's happening
right now is that if question one has one of the four radio buttons
checked and the user selects a radio button in question two the button in
question one gets de-selected. I need this event to happen in each
question without effecting radio buttons in other questions? 2. I need to
calculate the sum of ALL radio buttons in the form and return that value
to a text field?
No comments:
Post a Comment