Answered
I have created a form which contains many checkboxes (box1, box2, box3).
I also make a button that if endusers click on then all the boxes are marked and put a value (Cross) in the box.
Endusers can also choose that thay can check the boxes one by one.
I can't make it happened. I nned a script that do a such thing. Could you help med with that?
Check a check box:
// check the box "ChkBox"
var f = this.getField("ChkBox");
f.checkThisBox(0,true);
- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com