You are viewing beta documentation for Formie 4.x.
Reference

Page

A Page object represents one page in a form. Single-page forms still have a page object; multi-page forms just make the page sequence more visible.

Properties

PropertyDescription
labelThe page label.
handleThe page handle, derived from the label.
sortOrderThe page order within the form.
settingsThe page settings, including page button labels and layout options.

Methods

MethodDescription
getRows()Returns the row objects on this page.
getFields()Returns the Field objects on this page.
getFieldByHandle()Returns a field on this page by its handle.
isConditionallyHidden()Returns whether the page is hidden for a submission because of conditions.
hasConditions()Returns whether the page has conditions configured.
getConditions()Returns the page conditions.
getClientConditions()Returns the conditions in the shape used by Formie’s front-end handling.
getFieldErrors()Returns errors for fields on the page for a submission.
Last updated: June 2, 2026, 3:50:10 PM