asked on September 24, 2015
•
Show version history
I need some help calculating two input fields together that are weighted. We have a field with the CSS class of professionalSubtotal and a field with the CSS class of achievementSubtotal. The calculation needs to be as follows (.professionalSubtotal * .67)+(.achievementSubtotal * .33) = .teacherScore. The .teacherScore is the class name of the field the value needs to be placed in.
How would I go about creating that calculation using custom javascript in Forms?
1
0