18
Views
3
Comments
Set the tab order of fields
Question
Is there an option that I can use to set the tab order to be used when filling out forms? The current path that the system is following when tab is pressed, is slightly odd and I'd like to map the specific order the text boxes follow.

Thanks.

Josh
2024-04-05 15-02-07
João Portela
Staff
Hi Joshua,

The correct way is using "tabindex" html attribute in the inputs. This tabindex properties isalready filled by the OutSystems Platform, but you may try to override them using the input "Extended Properties.

Please let me know if you were successfully.

Regards,
João Portela
2022-01-06 13-41-20
Ricardo Araújo
Hi Joshua,

like João Portela said, if you override the tabindex property like the image below you'll be able to set the sequence you want

 
UserImage.jpg
Joshua Drignat

I had tried that earlier, but I had been putting the numbers in quotes ("1", "2", etc).  Apprently that's where I went wrong.  It's working correctly now.  Thanks.

Josh
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.