I have a form that has a bank of 28 checkboxes, these do not have a numerical value as they're crossed or not.
In excel I'd use a simple count formula but this will obviously require a JS in Acrobat. I have absolutely no idea how to do this and would greatly appreciate any help anyone can offer me.
I'm using Acrobat 9 Pro and windows.
Thanks in advance,
Stacey
P.S. - I used the search function but couldn't make adapt any of the other posts containing JS.
This code can be used to count the number that have been checked. Place it in a Custom Calculation Script for a text box.
Thom Parker
The source for PDF Scripting Info
[url=http://www.pdfScripting.com]pdfscripting.com[/url]
The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/javascript.php]http://www.adobe.com/devnet/acrobat/javascript.php[/url]
Then most important JavaScript Development tool in Acrobat
[url=http://www.pdfscripting.com/public/34.cfm#JSIntro][b]The Console Window (Video tutorial)[/b][/url]
[url=http://www.acrobatusers.com/tutorials/2006/javascript_console][b]The Console Window(article)[/b][/url]
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script