NAVIGATION
This shows you the differences between two versions of the page.
|
deutsch:phpwcms-system:artikel:contentparts:formular:vorlage [2009/04/25 08:06] 127.0.0.1 external edit |
deutsch:phpwcms-system:artikel:contentparts:formular:vorlage [2018/06/03 18:08] (current) |
||
|---|---|---|---|
| Line 4: | Line 4: | ||
| FIXME Groberklärung | FIXME Groberklärung | ||
| + | |||
| + | IF Statement **[IF_ERROR]** in der Custom Vorlage: | ||
| + | |||
| + | Z.B. bei einem Fehler im Feld "vorname". | ||
| + | |||
| + | <code html> | ||
| + | <input type="text" class="form_text[IF_ERROR:vorname] form_fehler[/IF_ERROR]" value="{vorname}" id="vorname" name="vorname" /> | ||
| + | [IF_ERROR:vorname] Fehler: {ERROR:vorname}[/IF_ERROR] | ||
| + | </code> | ||