Hi,
I would like to make a multi form solution (not multi-page):
I have 3 forms. Form “A”, Form “B”, Form “C”.
I have the Form A first, in this form I have a dropdown, where the options are: “B” and “C”.
After the user submit Form “A” so I get they basic datas, than I would like to show immediatelly after submit the Form “B” if they chose B, show Form “C” if they chose C at the dropdown of Form “A”.
Is it possible to load a second form depending on what the user chose in the dropdown of the first form? If yes, than how?
Thanks!