Disable login form fields after login button clicked

I need to be able to disable the username and password fields, and forgot password link once a user presses “login” to prevent it from being editable while login is processing. Ideally I’d like to display a spinner.

Hi @aliciabre21,

To accomplish this with the New Universal Login, you have two options:

  1. Leverage our page templates feature (use JS to hijack the widget): https://auth0.com/docs/customize/login-pages/universal-login/customize-templates

  2. If the above is not sufficient, it’s worth noting that Auth0 is working on more advanced customizations for the login UI and forms, which would allow you a similar level of customization to using Auth0.js with Classic Universal Login (Classic Login Experience). This looks like it will be released in the next few months!

I hope this helps!

Best,

Mary Beth

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