-
Notifications
You must be signed in to change notification settings - Fork 2
Availability
lallysmbc edited this page May 18, 2021
·
4 revisions
Form availability can be controlled per Environment by setting a boolean availability value against the ASPNETCORE_ENVIRONMENT
value for the specified environment.
For example:
{
"FormName": "My test form",
"BaseURL": "my-test-form",
"EnvironmentAvailabilities":[
{
"Environment": "Local",
"IsAvailable": true
},
{
"Environment": "Int",
"IsAvailable": false
}
]
If the availabilities block is not present or the availability for the requested environment is not specified forms will be assumed to be available.
You can control the form availiabilty more with the EnabledFor options. See the related link above for more info.
"EnvironmentAvailabilities": [
{
"Environment": "local",
"EnabledFor": [
{
"Type": "TimeWindow",
"Properties": {
"Start": "2021-05-18T01:00:00",
"End": "2022-05-18T01:00:00"
}
}
]
}
]
- 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