Auth0-react custom registration fields

Hi,

We’re currently looking to integrate auth0 into our existing application. On the front-end, we run React with a Python backend. We need to be able to onboard users and ensure we have their first and last names.
The default registration page doesn’t have fields for these “standard” fields. Is it possible to enable this somewhere? I can’t seem to find anything in the Auth0 dashboard/docs.

Thanks!

Hi @diederik.mathijs,

There are a few different ways to implement this.

  • Custom Signup: this will allow you to create a custom signup page (not using the Auth0 UI.

OR

  • You can redirect the user to a secondary form fill with an Action after they sign up through the Auth0 UI.

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