• smatias

    (@smatias)


    Hello everyone, I am trying to change the tabindex from the registration form on wordpress. Does anyone one where that code lives specifically the “first name, last name and password fields”?

    Thank you very much!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Jay

    (@phyrax)

    Check the register_form() function, which you can alter. More on the codex: https://codex.wordpress.org/Plugin_API/Action_Reference/register_form

    Also shows you how to modify the form’s current fields.

    Thread Starter smatias

    (@smatias)

    @jerry Thank you but all I want to do is remove the tabindex from the “first name, last name and password field”

    Thread Starter smatias

    (@smatias)

    I have figured out the problem. I am running a plugin call “absolute privacy” the html for the “first name, last name and password” is located inside of the wp-content/plugins/absolute-privacy and inside of the functions.php line 821 here you will see the html from each label.

    Hope this help

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Tabindex registration form’ is closed to new replies.