autofocus
-
Hello!
I am trying to use this plugin on my homepage (which is just a login page). Is there a way to get the “Username” text-box to autofocus on page load?
Line 27 of login-page.php:
<div class=”noon”><label><?php _e(‘User Name’,’ajax_login_register’); ?></label><input type=”text” name=”user_login” size=”30″ required /></div>
could probably be changed to:
<div class=”noon”><label><?php _e(‘User Name’,’ajax_login_register’); ?></label><input type=”text” name=”user_login” size=”30″ autofocus required /></div>
Is there a way to achieve this without messing with the plugin’s files?
Thank you!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘autofocus’ is closed to new replies.