---
title: "Using the Tab Editor to Set Tab Order"
slug: "using-the-tab-editor-to-set-tab-order"
description: "This documents how to use the Tab Editor in the Forms Designer, to set the order for Tabs in a Form.  Setting up Tab order, allows users to be able to tab through all the elements in a form sequentially, without skipping any elements. "
tags: ["Look and Feel", "Organization", "tab order"]
updated: 2024-08-08T15:48:30Z
published: 2024-08-08T15:48:30Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.decisions.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Using the Tab Editor to Set Tab Order

## Overview

The Forms Designer's Tab Editor empowers users to establish a logical sequence for Form controls and their respective fields.

When properly configured, the Tab Editor simply facilitates seamless navigation between fields by pressing the Tab key. This feature enhances the user experience, ensuring a smoother journey for end-users as they complete the Form.

---

## Setting up a Tab Order

1. In a Designer Folder, create and populate a new Form with Form control or open a pre-existing Form with controls.
2. In the Forms Designer, click the **Tab Editor**tab on the left column below the Explorer tab.  
  
Opening the Tab Editor shows the default numbered Tab order of the Form Controls. Selecting a Form Control from the list highlights the control in the Form.  
![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2024-08-07_12h01_35.png)
3. Set the Tab order only for the controls to which the **Tab key** will apply by entering a new number to each control's tab order field.  
To include a Form control in the Tab order, click on CheckBox for the Form control. To remove it from the order, simply un-check the corresponding box.Same Tab order number?If two or more values are set to the same number, the Tab order for those controls will occur in the order that they were added to the Designer.
4. In this example, the Add button will switch Tab order places with the Cancel Button: it will move from 4th in order to 5th,
5. Select Apply after changing Tab order settings, and then save and close the Form. 

![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2024-08-07_12h04_50.png)

### Debug

Run the Form in Flow. Selected Form fields are bordered in orange, and notice that this selected Form field changes according to the Tab order when hitting Tab.

---

## Tabbing Options

In addition to the option for setting **Tab O****rder** via the **Tab****Editor**, users may dictate whether or not tabbing within a Form****stays restricted to that Form or proceeds into another Form if embedded in a **Page**.

1. From the **Form****Designer**, design a Form and add the desired amount of controls via the **Toolbox**tab. This example utilizes the prior example Form.
2. Open the Form's Properties by selecting the checkered space. Under the TABBING category, view the available settings there.

| Setting Name | Default | Function |
| --- | --- | --- |
| Restrict Tabbing to Form | True | Toggles if tabbing out of the Form is permitted if within an embedded Form. Unchecking this box will allow the browser to handle further tabbing outside of the Form. |
| Auto Focus First Control | True | Toggles if tabbing autofocuses on the control with the lowest number in the Tab Order. |

![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2024-08-07_12h14_23.png)

---

For further information on Forms, visit the [Decisions Forum](https://community.decisions.com/categories/Forms).

## Related

- [Configure Forms](/configure-forms.md)
