Change Login Form "username" to "email" Field label [RESOLVED]

I have disabled username logins for security purposes, and only allow for email addresses to be used to sign in.

I’m using the GF Login shortcode on my login page.

How can I change the “Username” label to “Email Address”?

I’ve reviewed the Login Form docs and I recognize how I can customize this form, but I do not know exactly how to simply replace that one label. Essentially, this is where my knowledge ends.

Hi Aaron. You can use the gform_user_registration_login_form filter for that:

See example 1 on that page for an example of changing “Username” to something else.

1 Like

Thank you.