Bitte beachte, dass sich diese Dokumentation auf die neuste Version dieser Erweiterung bezieht. Wenn eine ältere Version eingesetzt wird, kann diese abweichen. Die jeweils passende Dokumentation befindet sich im Dokumentation-Verzeichnis der Erweiterung.
Feld-Optionen und Validatoren
Feld-Optionen
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 |
Feld-Validatoren
NotEmpty: Feld muss ausgefüllt sein
Hinweis:
Ein Select oder Radio ist auch
NotEmpty
, wenn es mit dem Keywordempty
befüllt ist!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: | - | - | - | - |