Skip Navigation

[Closed] Multi step user signup form

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

This topic contains 1 reply, has 2 voices.

Last updated by Christopher Amirian 1 year, 10 months ago.

Assisted by: Christopher Amirian.

Author
Posts
#2688199

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.

#2688225

Christopher Amirian
Supporter

Languages: English (English )

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.

The topic ‘[Closed] Multi step user signup form’ is closed to new replies.