-
Notifications
You must be signed in to change notification settings - Fork 2
Go to page
lallysmbc edited this page Aug 18, 2020
·
2 revisions
This behavior type allows you to navigate the user to another page of the form.
behaviourType is set to GoToPage
PageSlug is the target page the user will be routed to.
Conditions are optional and are only required if this behavior requires specified conditions before it is used.
NOTE: You can have multiple conditions of different types
"Behaviours": [
{
"conditions": [],
"behaviourType": "GoToPage",
"PageSlug": "page-two"
}
] "Behaviours": [
{
"conditions": [
{
"conditionType": "EqualTo",
"comparisonValue": "pears",
"questionID" : "favorouriteFruit"
}
],
"behaviourType": "GoToPage",
"PageSlug": "page-two"
}
]- 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