Hi all,
just wondering if its possible to display a form within another form?
The scenario is as follows:
We have an initiate process form for our case creation process.
When the user initiates case creation the form loads and they make some choices from a series of dropdowns populated via adaptors.
The last dropdown, which has been filtered by previous choices, contains a list of templates (stored as xforms in the repository).
What they would like to do is to have the relevant template/fields displayed on the same screen so they can fill in the relevant fields.
Once these fields have been completed they will click submit to start the process and generate the document.
Proposed solutions so far are
1) Once template has been select click submit and then send user a task to complete document after package has been generated - considered two clunky as a two stage process and not a good fit to the all in one place requirement
2) Have many controls on the initiate process form , and only display the ones that are relevant to the template that has been selected - could end up with a busy form, take along time to render etc
3) have a form within a form- dynamically populate the bottom of the initiate process form with the xforms template..............is it possible?
thanks for reading
Hoo