I am creating a fillable Dynamic XML form that is a fourteen page
survey. It has a series of Yes/No Radio Buttons which hide/show
additional questions. The survey needs to perform several other
functions as well. Ten of the questions are mandatory, which I have set
in the Object pallet. If a user selects "No" for any of these ten
questions, an additional page should appear at the end of the survey for
them to complete. Currently, if a user chooses "No" the additional page
appears, but if the use...