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?