Skip to main content

betaThis is a new capability. Help us improve it and give your feedback on Slack.

Summary Page

Displays a check-your-answers summary of all form responses before submission. Must use the path /summary.

Controller value:
"SummaryPageController"

JSON definition

{
"path": "/summary",
"controller": "SummaryPageController",
"title": "Page title"
}

Configuration

PropertyTypeRequiredDescription
componentsComponentDef[]NoArray of component definitions rendered on the page.
conditionstringNoName of a condition that controls whether this page is shown.
controllerControllerType.SummaryYesThe page controller class name. Omit or use "PageController" for the default question page.
eventsEventsNoLifecycle hooks that fire when the page is loaded or saved.
idstringNoStable identifier for the page, used internally by the form engine.
path`ControllerPath.Summarystring`Yes
titlestringYesHeading displayed to the user at the top of the page.
viewstringNoName of an alternative view template to render for this page.