-
Notifications
You must be signed in to change notification settings - Fork 2
Summary
Lydia Gray edited this page Dec 7, 2021
·
11 revisions
This element displays a summary of the answers given. It displays a table of answers mapped to the element label
Property | Type | Required | Default Value | Description |
---|---|---|---|---|
AllowEditing | bool | ❌ | false | Determines whether to show the link to the form page for each question |
Sections | Array[Section] | ❌ | [] | Allow you to split up the summary into sections |
Property | Type | Required | Default Value | Description |
---|---|---|---|---|
Title | string | ✔️ | '' | The title for the summary section |
Pages | Array[string] | ✔️ | [] | The page slugs which you want to be grouped under the section title. |
The example below would group page-one
, page-two
in one section and page-three
in a serperate section.
{
"Title": "Section one",
"Pages": [
"page-one",
"page-two"
]
},
{
"Title": "Section two",
"Pages": [
"page-three"
]
}
{
"Type": "Summary",
"Properties": {
"AllowEditing" : true
}
},
NOTE - The 'change' links will always be styled as 'visited links' as they are links to form pages already visited during the user journey.
{
"Type": "Summary",
"Properties": {
"AllowEditing" : false
}
},
{
"Type": "Summary",
"Properties": {
"AllowEditing" : true,
"Sections": [
{
"Title": "Personal details",
"Pages": [
"name",
"dob"
]
},
{
"Title": "Application details",
"Pages": [
"previous-application"
]
}
]
}
}
- Availability
- Actions
- Behaviours
- Breadcrumbs
-
Conditions
- String Conditions
- Date Conditions
- Integer Conditions
- File Upload Conditions
- Custom validation
-
Elements
- AddAnother
- Address
- Button
- Booking
- Checkbox
- Date Input
- Date Picker
- Declaration
- Document Download
- Document Upload
- File Upload
- H1-H6
- HR
- Image
- Inline Alert
- Link
- Map
- Multiple File Upload
- OrderedList
- Organisation
- P
- Radio
- Select
- Street
- Summary
- Success page
- Textarea
- Textbox
- Time input
- Unordered List
- Uploaded files summary
- Warning
- EnabledFor
- Feedback form
- File uploads
- Form Schema
- Header
- Inbound Values
- Integrating with PowerAutomate/0365
- Lookup
- Page
- Payment & Payment calculations
- Preview data structure
- Render conditions
- Reusable elements
- Structure tests
- Success page
- Tag parsers
- Target mapping
- Validators