I want to develop a multistep user signup form inshich user signs up their email they they are taken tos elect categories and as per their selected categories the content and courses are populated on the website for them.
Hi there,
It can be done but with custom development, there is no built in feature for multi-step form.
This can be achieved by splitting the form fields into a series of smaller forms—containing only the fields required for that step—and then chaining the forms together using redirect hooks to advance from one form to the next.
More details can be seen in the topic below:
https://toolset.com/forums/topic/how-to-create-a-multi-step-form-using-toolset/#post-2375259
I also think it is not possible to have conditional linking, the only condition method I can see is this built in feature:
https://toolset.com/course-lesson/conditional-display-for-form-inputs/
Thanks.