Question
JavaScript question - how do you calculate specific fields
I am new to Java Script and am trying to work out the following
I have a form with radio buttons. And a variety of skills observations. Each observation has been marked as a group with different values 0, 1 or 2 depending on the level.
I would like my total box to calculate the number of times the '2' button has been selected and '1' button etc. Help!!!
