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