{{ form_start(form, {'attr': {'id': 'form_vs_melden', 'class':'form-veranstaltung', 'autocomplete': 'off'}}) }}{{ form_row(form.text) }}{{ form_row(form.date, {'attr':{'class':'jqBootstrapDatePicker', 'style':'width:160px'}}) }}<h5>{{ entity.selfSubTitle }}</h5>{{ form_row(form.vorname) }}{{ form_row(form.nachname) }}{{ form_row(form.strasse) }}{{ form_row(form.plz) }}{{ form_row(form.ort) }}{{ form_row(form.telefon) }}{{ form_row(form.email) }}<h5>Bezahlung & Datenschutz</h5>{{ form_row(form.bezahlung) }}{{ form_row(form.datenschutz) }}<br><button type="submit" name="btnSubmit" class="btn btn-primary btn-sm" value="active-validation">Senden</button> <a href="{{ path('fe.page_einsendungen') }}" class="btn btn-link btn-sm">Abbrechen</a>{{ form_end(form) }}