Ready to post? First, try searching for your answer.
Hello, I’m implementing the template progressive profiling form in Forms in the auth0 console.
For a user without any profiling data I’d like the user to be shown the user collection form, then the company selection form.
A couple of months ago the form worked like this.
But now it doesn’t. The form guides the user to the user data collection, then finishes.
The entire process would need to be triggered next time the user logs in, in which the form would then proceed to company data collection.
Any insights are appreciated to keep the form logic as simple as possible.
There are a couple of options for using Auth0 Forms to progressively profile users to collect data for the first time.
First, you could combine both forms into one to ask for both user and company data. This way, you do not need to have two separate Steps to collect this information through two login attempts.
Alternatively, you could keep the two separate Steps and have them trigger in sequence. This way, you can collect the user data first and then the company data next, all during the same authentication flow.