I have an interactive form that is basically two forms combined into one. As you proceed through the first form there are several points at which you may be directed to use the second form instead, and the second form automatically opens at that location. My problem is I need to initialize the second form so that not all portions are visibile until questions are answered. I have initialized the second form as hidden, but when it automatically opens, all of the questions are visible, and I only want some of the questions to be visible.
I can achieve my desired result by scripting the questions I want hidden at each point where the second form might open, but there are nearly 40 questions that need to be hidden at those points and this seems to be a very cumbersome and space consuming way to do it.
Is there a better way?