Ok...I am getting really close to a complete solution....
I have a lot of "Conditional" text fields that I now know how to make appear and dissapear based on Check Boxes.
However...I need to format them so that the "hidden" fields are skipped when displayed....
IE...
What I have coded is:
Optional Field 1
Optional Field 2
Optional Field 3
Optional Field 4
Optional Field 5
*
*
Optional Field N
If I select fields 1, 3 and 5
I want it to display
Optional Field 1
Optional Field 3
Optional Field 5
With no extra line breaks or spaces...
Any ideas?
If i understand your problem correct - you should add code which will change the presence of the box to "exclude from layout" when not checked, plus content of the division in which you have checkboxes should have content set to flowed so the boxes will automatically go up when excluded.