> For the complete documentation index, see [llms.txt](https://docs.work-relay.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.work-relay.com/forms/basics/making-multi-page-form.md).

# Making multi page form

User can create a form that is rendered as a wizard (a multi page form).

From the release 8.4 this type of form is also can be represented as a tabbed form.

To convert single page form to multi page form do the following:

1. Click on the form title on the form builder.
2. Check **Multi Page Form?** checkbox.

![](/files/195551ac6057ef10bef9783683d7e78e44b9d234)

From the release 8.4 there will be one more field: a "Mode" picklist with "Wizard" and "Tabs" options.

![](/files/c38c741d7691c7b5002c0eb82f1cc9494d970cca)

Selecting mode will make no visual changes in the form builder, but will change the form behavior (see below).

By default one new page will be added:

![](/files/5d1263fbaf8ce0f3828d916a49462ada5323b350)

3. Add or remove pages if necessary.
4. Edit default page names.
5. Reorder pages by dragging, if necessary.

![](/files/320a4fbb125b1ec4dfc93d5cd47f640d50467d22)

6. Switch between pages and add at least one section-level component and form items/components to each page.

A section-level component can be a section, list, related list, screenflow, lightning component or nested form.

{% hint style="warning" %}
Pages without elements will be ignored on form save.

Sections without at least one element in it will not be saved.
{% endhint %}

![](/files/5a8d5cec3e33e90029731675e30d9059006a20a0)

7. Save your changes.
8. [Run](/forms/basics/how-to-preview-the-form.md) the form.

You will see buttons that will go through form pages in wizard mode:

![](/files/79e4fc1be9a8928f54d1295df7d875972772bd10)

Starting the release 8.4 if user have selected "Tabs" mode, the form will be displayed not as wizard, bit will have pages distributed in tabs, that will be shown in the same order, as wizard pages.

Too long tab labels will be cut, and if there will be too many tabs, last of them will be combined into "More" menu:

![](/files/e6e816149f00345c3ab02c71e6510b30873c5e8c)

User can switch between tabs directly and there is no "back"/"next" buttons. No more differences between wizard and tabbed forms are.
