Add additional form fields for signup and store under user_metadata

Ready to post? :mag: First, try searching for your answer.
hi team,
i have integrated the auth0 login with my react application.
with in the login form, i have a signup button too.
as soon as we click on signup button, its considering the login form input fields where email field is picked up from the existing login form field,
instead i want to have diferent div in the page,where different form fields should be populated on clicking on signup button .
also how to add additional form fields in the signup flow and set those details under users_metadata

Hi @azamp3139

Welcome back to the Auth0 Community!

This use case can be handled by implementing Auth0 Form directly from the dashboard.

You can also follow up on this guideline - Use Cases: Configure additional signup steps using Forms that shows exactly how you can achieve having multiple required signup fields, then add the user information to update the user_metadata.

Answering this since it might help others as well.
Thanks,
Remus