Is it possible to open a 2nd form after submit the 1st depending on a dropdown choice at the 1st form?

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!

The easiest way would likely be to create multiple confirmations on Form A, where each confirmation is conditional based on the value in the dropdown on Form A and redirects to a page with Form B or Form C accordingly.

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.