Setting Form Field Tab Order

I have a four column form that uses form rows and has five rows. Tabbing currently moves across the screen horizontally. I’d like it to go vertically. IS there a way to set the tab order for forms in Wappler? I can’t seem to find that option.

Hi Brad,
You need to define tabindex of each of the fields if you want to change the default browser order.
Please check: https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/tabindex

2 Likes

Yes, you will find Tabindex in the DOM Panel

3 Likes

Thanks! Found it and it works great.