-
Notifications
You must be signed in to change notification settings - Fork 2
SubmitWithoutSubmission
Lydia Gray edited this page Nov 28, 2023
·
4 revisions
SubmitWithoutSubmission submits a form where there is no external processing to be done eg. no Verint Case, no Payment to be handled, or no Uniform Case. It it also suitable for forms with Bookings without payment as Formbuilder can handle Confirming the appointment.
The syntax is:
- BehaviourType: "SubmitWithoutSubmission"
- conditions: List
NOTE - You must use GenerateReferenceNumber and the associated properties in the Schema, refer to the Generating Reference Numbers page for details.
The below json is a shortened version of a form with a Booking that submits a form using SubmitWithoutSubmission
{
"FormName": "Book an Independent Mobility Assessment",
"FirstPageSlug": "booking",
"GenerateReferenceNumber": true,
"GeneratedReferenceNumberMapping": "Reference",
"ReferencePrefix": "test-",
"Pages": [
{
"Title": "Booking",
"PageSlug": "booking",
"HideTitle": true,
"Elements": [
{
"Type": "Booking",
"Properties": {
"QuestionId": "booking",
"Label": "Select a date and time",
"LabelAsH1": true,
"BookingProvider": "SMBC",
"CustomValidationMessage": "You must select a date and time",
"CustomerAddressId": "address",
"AutoConfirm": true,
"CheckYourBooking": true,
"SearchPeriod": 40,
"AppointmentTypes": [
{
"Environment": "local",
"AppointmentId": "a-guid"
}
]
}
},
{
"Type": "Button",
"Properties": {
"ButtonId": "continue"
}
}
],
"Behaviours": [
{
"conditions": [],
"behaviourType": "SubmitWithoutSubmission",
"pageSlug": "success"
}
]
}
]
}
- 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