Developers

Page

A page represents a collection of fields, grouped by rows. For single-page forms, there will always be a single page. Whenever you're dealing with a page in your template, you're actually working with a Page object.

Attributes

AttributeDescription
labelThe label of the page.
handleThe handle of the page, automatically derived from the label.
sortOrderThe order of the page.
settingsSettings for the page.

Methods

MethodDescription
getRows()Returns an array of Row objects for this page.
getFields()Returns an array of Field objects for this page.

Page Settings

Attributes

AttributeDescription
submitButtonLabelThe label for the submit button.
backButtonLabelThe label for the back button, for multi-page forms.
showBackButtonWhether to show the back button, for multi-page forms.
buttonsPositionHow to position the submit button(s). Valid values are left, right, center, left-right.
Last updated: May 4, 2026, 9:12:16 AM