I developed an interactive form that asks users to provide an explanation if certain check boxes are checked. For example, if a user checks 'A', a text box (that is by default hidden) appears asking the user to explain their issue with 'A'. When the form is saved and emailed, the 'A' check box is checked, but the text box is hiddden. The end user is required to uncheck and then recheck the checkbox to show the text. I don't want the hidden text boxes to show in the original form, since there is no reason to have dedicated empty space if the user has no concerns to describe.
How can the hidden text fields show on a saved form that is now reopened? (I wrote code that in effect says 'hidden if unchecked, but visible if checked.' Since the check box is checked when opened after a save, it should open with the text field showing.)
Thanks in advance!