I have an Active form with check boxes. There are 3 potential actions that the person entering can choose from they need to be required to check at least one box before going to the next question. Can this be done? Also I don't know why this is happening but when i put a check in one box it is making a check down a whole row. How can I stop that?
Thanks!
liro
To prevent the next question(s) from being activated, you will have to use some JavaScript the controls the visibility and/or read-only status of the subsequent fields. The JavaScript would be triggered when check box is checked/unchecked. It's difficult to suggest specific code without knowing more about your form. You also have to decide what should happen if a user goes back and unchecks a check box so that none in the group is selected.
BTW, did you create the form in Acrobat or LiveCycle Designer?
George