Custom Sign Up using Universal Login

When a user registers, we need more information from them. We have a sign up form already on our site that I would like the users to use when registering.
I am using the Universal Login screen.
How do I redirect users from the Sign Up link to my URL?

Hi @Airn5475,

Welcome to the Auth0 Community!

You should be able to achieve this by utilising Actions. You can use a redirect during login / registration flow to complete your form as necessary, then returning back to Auth0 to complete the authentication flow. See here about Redirecting with Actions for more information.

Kind Regards,
Nathan

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.