NAVIGATION
This shows you the differences between two versions of the page.
|
deutsch:phpwcms-system:artikel:contentparts:formular:feldpruefung [2010/05/21 00:00] Knut Heermann (flip-flop) |
deutsch:phpwcms-system:artikel:contentparts:formular:feldpruefung [2018/06/03 18:08] (current) |
||
|---|---|---|---|
| Line 5: | Line 5: | ||
| \\ | \\ | ||
| + | |||
| + | {{indexmenu_n>5}} | ||
| === Feldprüfung allgemein === | === Feldprüfung allgemein === | ||
| Line 22: | Line 24: | ||
| \\ | \\ | ||
| - | === Feldprüfung E-Mail Ausklappmenü === | + | === Feldprüfung "E-Mail Ausklappmenü" === |
| **Beispielaufgabe:** \\ | **Beispielaufgabe:** \\ | ||
| - | Anhand eines Ortes soll eine bestimmte E-Mailadresse selektiert werden, an die dann die E-Mail ausgeliefert wird. | + | Anhand eines Ortes soll eine bestimmte E-Mailadresse selektiert werden, an die dann das Formularergebnis ausgeliefert wird. |
| Die Schreibweise folgt dem oben gezeigten. | Die Schreibweise folgt dem oben gezeigten. | ||
| Line 32: | Line 34: | ||
| In diesen Fall würde die E-Mail-Adr. test02@lokal.arpa ausgewählt, an die dann bei entsprechender Einstellung z.B. \\ | In diesen Fall würde die E-Mail-Adr. test02@lokal.arpa ausgewählt, an die dann bei entsprechender Einstellung z.B. \\ | ||
| - | **Kopie an:** ##email## diese E-Mail versendet wird. | + | **Kopie an:** ##email## das Formularergebnis ausgeliefert wird. |
| Inhalt des Feldes "E-Mail Ausklappmenü": | Inhalt des Feldes "E-Mail Ausklappmenü": | ||
| Line 39: | Line 41: | ||
| Kleinbonum -|- test02@lokal.arpa | Kleinbonum -|- test02@lokal.arpa | ||
| Taka-Tuka-Land -|- test03@lokal.arpa</code> | Taka-Tuka-Land -|- test03@lokal.arpa</code> | ||
| + | \\ | ||
| Siehe auch:\\ | Siehe auch:\\ | ||
| [[http://forum.phpwcms.org/viewtopic.php?p=102407#p102407|Select E-Mail Recipents in CP Form by User]] (very old technic //(not recommended)//\\ | [[http://forum.phpwcms.org/viewtopic.php?p=102407#p102407|Select E-Mail Recipents in CP Form by User]] (very old technic //(not recommended)//\\ | ||
| [[http://forum.phpwcms.org/viewtopic.php?p=116327#p116327|Formular an mehrere Empfänger aber hübsch ;)]] | [[http://forum.phpwcms.org/viewtopic.php?p=116327#p116327|Formular an mehrere Empfänger aber hübsch ;)]] | ||
| + | |||
| + | \\ | ||
| + | |||
| + | === Option Gruppieren in Ausklappmenü und Liste === | ||
| + | |||
| + | Es besteht die Möglichkeit innerhalb eines Ausklappmenüs oder einer Liste //(in Liste kein "Label-|-Wert" möglich)// Einträge zu gruppieren. | ||
| + | |||
| + | {{:deutsch:phpwcms-system:artikel:contentparts:formular:email-ausklappmenue02_be_1.gif|}} | ||
| + | <file> | ||
| + | Bitte wählen-|- | ||
| + | OPTGROUP Label-01 | ||
| + | Babaorum | ||
| + | Laudanum | ||
| + | /OPTGROUP | ||
| + | OPTGROUP Label-02 | ||
| + | Kleinbonum | ||
| + | Aquarium | ||
| + | /OPTGROUP | ||
| + | </file> | ||
| + | |||
| + | \\ | ||
| \\ | \\ | ||
| Line 77: | Line 100: | ||
| - | * **REGEX** - (patterns - new value) //([[links/php/regular-expression]])// | + | * **REGEX** - (patterns - new value) //([[:links:php:regular-expression]])// |
| * ''**pattern** =%%"/...regex-pattern.../"%%'' \\ | * ''**pattern** =%%"/...regex-pattern.../"%%'' \\ | ||
| * z.B. Uhrzeit: **HH:mm** \\ <code reg>type="REGEX" | * z.B. Uhrzeit: **HH:mm** \\ <code reg>type="REGEX" | ||