In Metronic theme in forms if we hit tab then it behaves strangely, e.g in Sign In page I entered email and then I hit tab then the focus goes to the forgot password link and not on the text of password, this happens in almost all the forms that I have integrated, so can you please provide a solution of focus that goes into the next textbox?
Thanks for your answer
Thanks for your suggestion. This helps me to solve my problem
Hi,
You can manipulate an active element order using tabindex attribute.
For a first field you can set tabindex="1" for second tabindex="2" and for button tabindex="3".