Answered
I have a form that has several hidden subfields. These fields are displayed depending on which radio button is selected, however, when the form is submitted, those fields are once again hidden although the appropriate corresponding radio button still shows (i.e. "yes") which would have prompted the field to become visible. When I receive the form and see that the "yes" button is selected, clicking the "no" then the "yes" again will show the field with the fields completed.
Why does the field not remain visible when the form is submitted and what can I do to fix this? It is a simple javascript showing and hiding the field on a group of 2 radio buttons (yes or no).
Thanks!