Calculating Form Field Totals
I have a PDF form that has numerous fillable form fields. I am using a validation script that will turn the field red if an incorrect answer is entered into the field. I would like to be able to calculate the accuracy of the form using a java script or some other function.
Ultimately, I would like to be able to arrive at an accuracy rate of Correct Fields vs. Total # of fields.
I also have some text fields that I would like to omit from this calculation (fields that contain instructions, for example).
Any recommendations?
