You would be better off creating the forms manually using input fields. You can then link to them by referencing the “form inputs” option in the action menu.
I do this using a field in the db called step. When i press create step is set to one when i (update for it sets step to 2 and so on. I the place the entire form on one page and select the sections make them groups and set condition view if step = (each step number)
THis has worked well for me. I also use the progres bat extension so the user can see how far along the process they are.
It worked for the dropdown lists, but I tried to use the multiselect dropdown element and could not make it work. The MultiSelect component does not show up as a possible action on the submit button.
Do I need to use the multiselect component in a screen without other components?