-
Notifications
You must be signed in to change notification settings - Fork 2
GoToPage
Dr Simon Estill edited this page Jul 16, 2020
·
1 revision
This behavior is navigates to the NextPage depending on Conditions
- behaviourType: "GoToPage"
- PageSlug: string (The page that behaviour goes to
- conditions List
The following is where if firstQuestion = 'cat' and seconQuestion = 'no' the behavior goes to the 'cat-no' page.
{
"conditions": [
{
"questionId": "firstQuestion",
"comparisonValue": "cat",
"conditionType": "EqualTo"
},
{
"questionId": "secondQuestion",
"comparisonValue": "no",
"conditionType": "EqualTo"
}
],
"behaviourType": "GoToPage",
"PageSlug": "cat-no"
}
- 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