These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

How to Calculate Check Marks in a PDF From

kend
Registered: May 31 2011
Posts: 2

Hello, I can't figure out how to make my PDF form to count the total number of checks in a column. I person needs to awnser 10 question with a checkbox and I would like to have the form add the total number of check. Can you please advise?
 
Thanks,
kend

My Product Information:
Acrobat Pro 8.2.6
Dimitri
Expert
Registered: Nov 1 2005
Posts: 1389
Hi kend,

This thread and included script may be the ticket for you-
http://acrobatusers.com/forum/forms-acrobat/counting-formula-checkboxes

Hope this helps,

Dimitri
WindJack Solutions
www.pdfscripting.com
www.windjack.com
kend
Registered: May 31 2011
Posts: 2
Thanks for the response, I can get the script to count the one box and it works. But I need the script to be able to count up to 10. How do I add the additional check boxs that need to be counted? I

var nSum = 0;var aCkFlds = this.getField("Recruting1A").getArray();
for(vari=0;i