Skip to main content

How to Add a Page

Last updated 11/04/2024

To add a page to your form you must first give your form a title, select a data source, and navigate to the Pages page.

On the Pages form the first thing you need to do is give your page a title. You will notice that the Page ID is automatically populated by Five. This ID is unique and can be used in your code.


Add a caption
Figure 1 - Add a caption

Next, you will need to select the type of page you want to add.


Select a page type
Figure 2 - Select a page type

For all types except for a Form type the Action field will appear. This field is used to select the action you want to reference to show on the page.


Select an action
Figure 3 - Select an action

What Actions Can be Referenced?


Page TypeActions that can be referenced
FormNone. A Form page type is to add fields to the current page on the form.
ListA List page type can only reference a form action.
JoinA Join page type needs to reference a form action that has a many-to-many relationship in the database.
GridA Grid page type can only reference a form action.
ActionAn Action page type can reference any actions in Five, except a form action or a custom action.

Managing Form Pages

Once your form pages are saved in Five, please refer to the chapter Managing Forms to maintain your form pages.