Skip to main content

FormPage

Last updated 19/12/2025

FormPage Object

The

FormPage
object represents one page (or tab) within a form and is responsible for managing everything that happens on that specific page.

What the FormPage Object Does

  • Groups together the fields on that page
  • Controls page-level (loading data, validation, navigation rules)
  • Handles events like when the page is selected, displayed, or left

How it Fits With Other Objects

  • Form
    object
    - represents the entire form
  • FormPage
    object
    - represents a single page/tab inside the form
  • FormField
    object
    - represents the individual inputs on that page