Please note that this documentation is for the most recent version of this extension. It may not be relevant for older versions. Related documentation can be found in the documentation directory of the extension.
Field options and validators
Field options
Checkbox
Field/Validator | default | Type | Description |
---|---|---|---|
htmlSpecialChars: | 1 | boolean | If 0 the label HTML won't be escaped. |
excludeFromMail: | boolean | If 1 the field won't be displayed in emails | |
excludeFromPdf: | boolean | If 1 the field won't be displayed in pdfs |
Notice
Field/Validator | default | Type | Description |
---|---|---|---|
htmlSpecialChars: | 1 | boolean | If 0 the label HTML won't be escaped. |
excludeFromMail: | boolean | If 1 the field won't be displayed in emails | |
excludeFromPdf: | boolean | If 1 the field won't be displayed in pdfs |
Field validators
NotEmpty: Field must be filled.
Notice:
A Select or Radio value is
NotEmpty
too, when it's filled with the keywordempty
!MathGuard: MathGuard Captcha must be solved.
Email: Field must be filled with a valid email address.
Empty: Field must be empty.
Validator overview
Field/Validator | NotEmpty | MathGuard | Empty | |
---|---|---|---|---|
Hidden: | x | - | - | x |
Input: | x | - | x | x |
Textarea: | x | - | - | - |
DateTime: | x | - | - | - |
Checkbox: | x | - | - | - |
Select: | x | - | - | - |
Radio: | x | - | - | - |
Captcha: | x | x | - | - |
Notice: | - | - | - | - |
Submit: | - | - | - | - |
Upload: | - | - | - | - |