Vos informations
{{ form_start(form, { 'attr': { 'class' : 'form-inline', 'role' : 'form' } }) }}
{{ form_row(form.firstname, { 'attr': { 'class' : 'form-control' } }) }}
{{ form_row(form.lastname, { 'attr': { 'class' : 'form-control' } }) }}
{{ form_row(form.email, { 'attr': { 'class' : 'form-control' } }) }}
{{ form_row(form.phone, { 'attr': { 'class' : 'form-control' } }) }}
{{ form_row(form.choice, { 'attr': { 'class' : 'form-control' } }) }}
{{ form_end(form) }}