Archive: Hidden section within a subsection?


Hidden section within a subsection?
Is it possible to have a hidden section that only activates if an item in a subsection is chosen, AND activates before the other sections in that subsection happen? I saw some similar questions to this on the forum, but no good answers.

Currently, when I put a hidden section in a subsection, it always activates, no matter what the choices are.

I realize that I could use a variable to detect that a section was entered, if my hidden section came after those, but it comes before, so that doesn't help.


Just use:
Section
...
SectionEnd

(With no Section name)

-Stu