FormFieldValidations
Last updated
Last updated
FormFieldValidations are related to and describe how input fields should be validated when a enters information or submits the .
How a field should be validated is determined by it's associated by thw key
and the config
.
Alias
formFieldValidation
Relations
formField
Belongs to
form_field_id
formFieldValidationType
Belongs to
form_field_validation_type_id
Computed Properties
validation_string
- The resulting validation string from the configuration
Create a new FormFieldValidation
.
Definition
POST
/api/administration/forms/fields/validations
Request Keys
form_field_id
*
integer
-
form_field_validation_type_id
*
integer
-
config
json
The scheme how the data has to be stored to pass the validation
Keys with *
are required.
Example Request
Example Response
Update an existing FormFieldValidation
by id
.
Definition
PUT
/api/administration/forms/fields/validations/{id}
Request Keys
form_field_id
integer
form_field_validation_type_id
integer
config
json
The scheme how the data has to be stored to pass the validation
Example Request
Example Response
Delete an existing FormFieldValidation
by id
.
Definition
DELETE
/api/administration/forms/fields/validations/{id}
Example Request
Example Response
The related
The related
Default config
The related
The related