I want to create a drop-down with 6 different options on the main form . Based on the selection made it will direct the individual to one of the 6 sub-forms to complete and submit. I tried using the cascading form example but was unable to make the connection from the main form to a sub-form. Can someone please walk me through how I would set this up? Thank you
Hey,
You can create a form, add a Next button with an onClick event and use the to( ) function of the Wix-Location API to redirect to a different page with the relevant sub-form based on the information submitted by the user to the main form.
I hope it’s clear.
Good luck,
Tal.