Validate Email + Birthday by Form
Set an default, is not set or is false - for entries in the CMS via httpPost git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3406 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
parent
0534a887cf
commit
bea8145faf
8 changed files with 36 additions and 11 deletions
|
|
@ -42,6 +42,8 @@
|
|||
|
||||
{{ form_errors(form) }}
|
||||
|
||||
{{ form_errors(form.email) }}
|
||||
|
||||
<div id="message"></div>
|
||||
|
||||
<div class="form-box">
|
||||
|
|
|
|||
|
|
@ -37,6 +37,7 @@
|
|||
<form class="st-booking-form" method="post" data-toggle="validator">
|
||||
|
||||
{{ form_errors(form) }}
|
||||
{{ form_errors(form.email) }}
|
||||
|
||||
<div id="message"></div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue