Autofocus on LoginForm

0
HI Guys, Is it possible to set autofocus on the loginForm so that the cursor is on the username field when the page loads? If so, I'd really appreciate any pointers. Apologies if this question has already been posted before. Kind Regards,
asked
1 answers
2

The latest version of the widget has a behavior boolean that can be switched to yes for "Focus username input field". You may also need to change the tab index of your widget depending on what else is on the form.

answered