I am creating a multi-step questionnaire and I need the selected options from a Multi dropdown to dictate the next page of the questionnaire.
I am currently using custom states (yes/no) in order to move to the next step of the form.
This is a dropdown menu where multiple options can be selected. I need the selected options here to dictate which department questionnaire comes out next. For example, if the user selects HR and Finance then both of those will come out in the next steps.
This is the HR questionnaire. I need the department questionnaires to come out one at a time. This is where my problem is at. Because if I use Yes/No custom states, I can only do a linear series? I need a process that is able to branch from the Department options selected.