I have 10 checkboxes on a form and I would like to limit the selection to a maximum of 3 out of 10. If the user attempts to check a 4th checkbox an app.alert() would be great!
I am 3 days into programming (never done it before) and I am still unclear about the correct way to use loops, counts and passing functions...It's been 3 days now and I now have a headache. My debugging is also non existent
I have been looking at lots of script, tryin glots of stuff, I am almost half way through the book ""Creating Adobe Acrobat Forms"-Ted Padova. I understand all that I have read so far...but cannot bend my mind around this one.
Check boxes are numbered:
Boox.0 ... box.9 (in think a table array would work so that I can "place multiple fields")
I think I need a function at document level and a script to be executed on the checkbox mouseup level.
Can anyone show and explain what I need to do?
Thanks