BrainGrid Controller
Window
Multi Page Window

Multi-Page Window

A multi-page window is a form split across multiple pages. Each page has its own canvas where you add fields independently. When users fill out the form in the application, they navigate between pages using Next and Previous buttons.

This is useful for long forms where grouping related fields per page improves the experience.

Default Pages

Every new window starts with two pages:

  • Default Page: the main visible page shown to users by default.
  • Hidden Page: a hidden page used for fields that should not be directly visible, such as computed or internal fields.

Managing Pages

Add a New Page

  1. On the canvas top bar, click the page selector dropdown.
  2. Enter a name for the new page.
  3. Optionally, select an existing page to copy its styles.
  4. Press Enter to create the page.

The new page is added and its own empty canvas is ready for fields.

Add new page to multi-page window

Building Each Page

Each page has its own independent canvas. Add fields to each page the same way as a regular window, drag and drop from Data Types, Foreign Keys, Enumerations, or Inter-System Relations.

Click Publish when done to make the multi-page form live.

How It Looks for Users

When a user opens the form, they see the first page with a Next button to proceed. Each subsequent page has both Previous and Next buttons. The final page has a Submit button.

First page of a multi-page form
Second page of a multi-page form