I have a form that is controlled by a radio button list. I have a
DocReady Java script that hides the subforms controlled by the radio
buttons. If I fill in the options and save the form, the next time I
open the document I want all the subforms that are controlled by the
radio button list to be visible. Instead the subforms are hidden which I
believes happens because of the DocReady Script. If I click on another
radio button then back to the originally selected button the subforms
will appear w...