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

Problem validating Checkboxes

NIVA
Registered: Dec 2 2009
Posts: 5
Answered

Hello,

I have a form where I have 5 checkboxes and I wish to validate them all to be checked on. I have searched through this forum and found many solutions. I have tried the solution from this post: "http://www.acrobatusers.com/forums/aucbb/viewtopic.php?id=22746" with no success.

I have an excerpt of my form here: "http://www.niva.com/ACU/Checkbox_Problem.pdf". In my original form, the Verify button is located at the end of the page in a separate subform. I am using LiveCycle 8.0, the form is saved as Acrobat 7 Dynamic XML.

My Product Information:
LiveCycle Designer, Windows
NIVA
Registered: Dec 2 2009
Posts: 5
I solved my problem, I had the wrong resolveNode statement, for anyone who is interested, I corrected it with this statment "if(xfa.resolveNode("$form..Item10").rawValue == 1)".

Thank you!