How to: focus on input field on page load

On authentication pages and other form only pages, I’d like to focus on the first field on page load. How might I achieve this?

You can add this attribute to the input you want to autofocus

Screenshot 2023-01-17 at 11.22.54

1 Like