Textfelder Sonderfunktionen
...
Es wird eine Leerzeile eingefügt, wenn die Variable „Telefon“ nicht gefüllt ist.
Regelausführung abhängig von der Zeilenlänge
Ab Version 6.13.0
Codeblock | ||
---|---|---|
| ||
[line:ZEILENLÄNGE:AUSGABE:WERT] |
Regelausführung abhängig von der Textlänge
...
Codeblock | ||
---|---|---|
| ||
[condition empty($vorwahl) OR !empty($telefon)]+49 123 {telefon}[/condition] |
Nutzung Regular Ausdrücke (BETA):
Codeblock | ||
---|---|---|
| ||
[condition regexp('^[a-z]+$', $variable) OR !regexp('^[a-z]+$', $variable)]Ausgabe[/condition] |
Bedingungen verschachteln und gruppieren:
Codeblock | ||
---|---|---|
| ||
[condition (regexp('^[a-z]+$', $vorname) OR !regexp('^[a-z]+$', $vorname)) OR empty($vorname)] [condition empty($name)]Max Mustermann[/condition] [/condition] |
...