What I’m trying to do:
Get the built-in login_with_form()
to focus its first data-entry field (user name/email). Currently, once it pops up, users must press Tab
(or click it) to get it to accept keyboard input.
IIRC, it used to focus itself automatically, saving everyone a step.
What I’ve tried and what’s not working:
I checked the function’s parameters, and haven’t found anything I can try.
Writing my own custom log-in form seems a bit overkill for this purpose.