Add Signup fields in new universal login

Ready to post? :mag: First, try searching for your answer.
Hi
I am developing a new Angular 17 SPA app. I am currently using Auth0 New Universal login method for use login. My app requires support for local language and custom theme (color palette) which is not fixed and I will receive it in an API.

So far I have designed a custom design HTML form using the my a CSS theme and uploaded it under Branding โ†’ Universal Login โ†’ Advanced Options โ†’ Login โ†’ HTML โ†’ Custom Login Form. The login is working fine but now I need to add additional fields (like First Name, Last Name) in the signup form.

  1. I have read somewhere that the New universal login does not allow customization of the signup form. Is that true?
  2. Can I use newly introduced Forms for progressive profiling and continue using the custom html form for login?
  3. If yes, can I change its theme and language dynamically based on the API response?
  4. If none of the above is possible, should I switch to the classic method instead? I am assuming that it will allow me to develop custom Login, Signup forms hosted under my app which will talk to Auth0 through backend API. I am not sure about this approach though as it will be an overhead and it will be deprecated soon.

Please suggest

Hi @sharad.chatak

Welcome to the Auth0 Community!

Thank you for posting your questions!

  1. I have read somewhere that the New universal login does not allow customization of the signup form. Is that true?

You are able to customize the New Universal Login with the Universal Login Page Prompts โ†’ Customize Signup and Login Prompts.

If you customized the Custom Login Form with

Branding โ†’ Universal Login โ†’ Advanced Options โ†’ Login โ†’ HTML โ†’ Custom Login Form.

You are using the Classic Flow, you will need to disable this from the Login subpage to use the New Universal Login

Can I use newly introduced Forms for progressive profiling and continue using the custom html form for login?

Yes, if you are using the new Universal Login, you can use the Forms.

If yes, can I change its theme and language dynamically based on the API response?

Iโ€™m afraid itโ€™s not possible but I encourage you to open a new thread in the Feedback category describing your use case.

Thanks
Dawid

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