
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā08-25-2022 03:28 PM
Is there a way to define the tab sequence when navigating a form. ?
Got 2 columns and users would like to use the tab to move left to right in each row. Current behavior seen is that tabbing moves top to bottom in the same column
Solved! Go to Solution.
- Labels:
-
User Experience and Design

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā08-29-2022 04:40 AM
I appologize for misunderstanding totally.
This comes up from time to time. It's one of those answers "it is what it is". Tab moves the cursor from field to field (generally down the left side columns, then right.)
To try and modify it with DOM manipulation or other non API scripts can put your script at risk of not working or causing bad effects for future upgrades.
Reference : how to control tab key movement
Kb Article : Can we navigate from left to right by hitting the tab key instead of navigating from top to bottom o...
Mark Correct or Helpful if it helps.
***Mark Correct or Helpful if it helps.***

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā08-25-2022 03:44 PM
Hi,
Can you please share more details with screenshot please?
From what I understand you can do that from form designer and form layout
Form designer :
Form Layout :
Mark Correct or Helpful if it helps.
***Mark Correct or Helpful if it helps.***

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā08-29-2022 04:23 AM
Thanks Yousaf ..and sorry for the confusion
Am looking for a way to use the tab to move from one property/variable to another. Right now hitting the tab, the focus moves top to down ...and then to the next columns (red). Would prefer the sequence to be left to right and then next row (green)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā08-29-2022 04:40 AM
I appologize for misunderstanding totally.
This comes up from time to time. It's one of those answers "it is what it is". Tab moves the cursor from field to field (generally down the left side columns, then right.)
To try and modify it with DOM manipulation or other non API scripts can put your script at risk of not working or causing bad effects for future upgrades.
Reference : how to control tab key movement
Kb Article : Can we navigate from left to right by hitting the tab key instead of navigating from top to bottom o...
Mark Correct or Helpful if it helps.
***Mark Correct or Helpful if it helps.***