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:
adametz 2018-06-18 12:43:41 +00:00
parent 0534a887cf
commit bea8145faf
8 changed files with 36 additions and 11 deletions

View file

@ -42,6 +42,8 @@
{{ form_errors(form) }}
{{ form_errors(form.email) }}
<div id="message"></div>
<div class="form-box">

View file

@ -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>