short description
IF Statement [IF_ERROR] in custom template:
E.g. if an error appears in the field “first_name”.
<input type="text" class="form_text[IF_ERROR:vorname] form_error[/IF_ERROR]" value="{first_name}" id="first_name" name="first_name" />
[IF_ERROR:first_name] Error: {ERROR:first_name}[/IF_ERROR]