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
| Property | Type | Required | Description |
|---|---|---|---|
components | ComponentDef[] | No | Array of component definitions rendered on the page. |
condition | string | No | Name of a condition that controls whether this page is shown. |
controller | ControllerType.Summary | Yes | The page controller class name. Omit or use "PageController" for the default question page. |
events | Events | No | Lifecycle hooks that fire when the page is loaded or saved. |
id | string | No | Stable identifier for the page, used internally by the form engine. |
path | `ControllerPath.Summary | string` | Yes |
title | string | Yes | Heading displayed to the user at the top of the page. |
view | string | No | Name of an alternative view template to render for this page. |