Title: [Plugin: Theme My Login] Correct tabindex
Last modified: August 20, 2016

---

# [Plugin: Theme My Login] Correct tabindex

 *  Resolved [Marco Cimmino](https://wordpress.org/support/users/cimmo/)
 * (@cimmo)
 * [15 years ago](https://wordpress.org/support/topic/correct-tabindex/)
 * Theme My Login v6.1.3 – please apply this patch or people continue bothering 
   me about tabbing not working when using your plugin.
 * Is something you should have applied ages ago, but anyway better later than never.
 *     ```
       --- register-form.php.old       2011-05-08 00:37:28.000000000 +0300
       +++ register-form.php   2011-05-13 02:10:40.847294281 +0300
       @@ -10,11 +10,11 @@
            <form name="registerform" id="registerform<?php $template->the_instance(); ?>" action="<?php $template->the_action_url( 'register' ); ?>" method="post">
                <p>
                    <label for="user_login<?php $template->the_instance(); ?>"><?php _e( 'Username', 'theme-my-login' ) ?></label>
       -            <input type="text" name="user_login" id="user_login<?php $template->the_instance(); ?>" class="input" value="<?php $template->the_posted_value( 'user_login' ); ?>" size="20" />
       +            <input type="text" name="user_login" id="user_login<?php $template->the_instance(); ?>" class="input" value="<?php $template->the_posted_value( 'user_login' ); ?>" size="20" tabindex="10" />
                </p>
                <p>
                    <label for="user_email<?php $template->the_instance(); ?>"><?php _e( 'E-mail', 'theme-my-login' ) ?></label>
       -            <input type="text" name="user_email" id="user_email<?php $template->the_instance(); ?>" class="input" value="<?php $template->the_posted_value( 'user_email' ); ?>" size="20" />
       +            <input type="text" name="user_email" id="user_email<?php $template->the_instance(); ?>" class="input" value="<?php $template->the_posted_value( 'user_email' ); ?>" size="20" tabindex="20" />
                </p>
        <?php
        do_action( 'register_form' ); // WordPress hook
       @@ -22,7 +22,7 @@
        ?>
                       <p id="reg_passmail<?php $template->the_instance(); ?>"><?php echo apply_filters( 'tml_register_passmail_template_message', __( 'A password will be e-mailed to you.', 'theme-my-login' ) ); ?></p>
                <p class="submit">
       -            <input type="submit" name="wp-submit" id="wp-submit<?php $template->the_instance(); ?>" value="<?php _e( 'Register', 'theme-my-login' ); ?>" />
       +            <input type="submit" name="wp-submit" id="wp-submit<?php $template->the_instance(); ?>" value="<?php _e( 'Register', 'theme-my-login' ); ?>" tabindex="100" />
                               <input type="hidden" name="redirect_to" value="<?php $template->the_redirect_url( 'register' ); ?>" />
                               <input type="hidden" name="instance" value="<?php $template->the_instance(); ?>" />
                </p>
       ```
   

Viewing 1 replies (of 1 total)

 *  Plugin Author [Jeff Farthing](https://wordpress.org/support/users/jfarthing84/)
 * (@jfarthing84)
 * [15 years ago](https://wordpress.org/support/topic/correct-tabindex/#post-2079187)
 * Done (in trunk).

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Theme My Login] Correct tabindex’ is closed to new replies.

 * ![](https://ps.w.org/theme-my-login/assets/icon-256x256.png?rev=1891232)
 * [Theme My Login](https://wordpress.org/plugins/theme-my-login/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/theme-my-login/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/theme-my-login/)
 * [Active Topics](https://wordpress.org/support/plugin/theme-my-login/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/theme-my-login/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/theme-my-login/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Jeff Farthing](https://wordpress.org/support/users/jfarthing84/)
 * Last activity: [15 years ago](https://wordpress.org/support/topic/correct-tabindex/#post-2079187)
 * Status: resolved