retrieve form error in front office

This commit is contained in:
Manuel Raynaud
2013-07-01 11:10:52 +02:00
parent a14d3da90a
commit 3b5b29c6e0
8 changed files with 58 additions and 18 deletions

View File

@@ -12,6 +12,9 @@ An image from asset directory :
{form_field_hidden form=$form}
{form_field form=$form.email}
{form_error form=$form.email}
{$message}
{/form_error}
{intl l="{$label}"} : <input type="text" name="{$name}" {$attr} >
{/form_field}