Customizing tab through order

Hello

Is there a way to modify the order of fields that are selected when a user presses “tab” on their keyboard? We have a few pages where users need to enter some data on longer forms and it would be easier for them to just tab through all of the fields, and we would like to control the order of where they go tabbing through the form

I saw a post on this subject from a few years ago, but there wasn’t much activity on it. Does anyone know if there is an easy way to do this?

Thanks!

Hey Joe, thanks for posting.

Buttons on Skuid do have HotKeys that can be configured to your liking. The action you’re wanting Tab to do is a little fuzzy to me but you can have the action declared in a snippet to do whatever you want and the button will fire the snippet via the HotKey in the button. I’ll warn you though, we can’t compete with Chrome’s standard usages or anything like that. It can also form poor user experience even if you do find a way to override it. I hope this helps as a good starting point.

Go to New Tab 2 {{Model.label}}

Joe, are you looking for the tabindex attribute of an html tag? Like …

<a href=“https://www.w3schools.com/”; tabindex=“2”>W3Schools
<a href=“http://www.google.com/”; tabindex=“1”>Google
<a href=“http://www.microsoft.com/”; tabindex=“3”>Microsoft