Timely question – trying to implement this today.
We have an “interview” process of sorts that is complex enough that I’m thinking it would be good to manage it in a hierarchy of forms, rather than a single massive form. The idea would be for the parent form to collect the basic information needed everywhere, and based on checkboxes for areas of interest, we would then “include” a child form on that form or forward information to a child form.
I’m open to other ideas – but any ideas on how to best do this?