How to add custom email to login dialog

Hi,

I have Auth0 Single Page React application.

I have email input field on my page and another login button

How can I take email from this field and pass it Auth0 login

instead of email address taken automatically by ClientId ?

Currently I am trying to use loginWithRedirect

Thank you

Eliahu

Hi @eliahut,

Thanks for reaching out to the Auth0 Community!

I understand that you would like to add a custom email sign-up field during login.

In this case, have you taken a look at our How to configure additional signup fields on the Universal Login Page FAQ? It goes into greater detail on how to add additional sign-up fields on the Universal Login.

Please let me know if you have any questions or need help with implementation.

Thank you.