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
- Formobject - represents the entire form
- FormPageobject - represents a single page/tab inside the form
- FormFieldobject - represents the individual inputs on that page