Progressive Registration Process and Context Preservation

Hie @vishsahu
I am designing a progressive registration process that allows users to register or complete specific stages only when necessary for their needs. For example, when a user wants to post a listing, they may be required to provide additional information such as their address and other personal details.
When the user clicks the “Post a Service” button, the system should first check whether they meet the requirements for that action. If they are not compliant, they should be redirected to the appropriate registration stage to complete the required information.
Once they successfully complete that stage, the system should automatically redirect them back to their original intended action—such as the “Post a Service” page or popup—so they can continue seamlessly.
How may I achieve this in drapcode

Thanks

Hie @vishsahu . I came across this video https://www.youtube.com/watch?v=R36q_FO2Qqc&t=168s in my search for ways to implement Progressive Registration Process and Context Preservation. Does this change the way multistep registration process is done… this one https://www.youtube.com/watch?v=qNyCayHL3_U ? Meaning we no longer have to specifically pass the user ID to any particular stage/collection? How does a workflow access or pick, say now the user is required to complete their address, how will the user be recognised that they already have a blank record in the addresses collection etc. Don’t know if i am making any sense. This, i think will solve my progressive registration process question whereby a user only encounters a reference collection when they need to provide such information and not at registration… Does this automatically track the logged in user as they eventually save data in all reference collections, although at different times…
Thanks

Hi @WillieMak,

Sure, you can try this Reference field thing as it can work for progressive registration flow you want.

Yes, if the user is loggedin , then yes it will track it automatically.

1 Like

Thank you for the reassurance @vishsahu