Skip to content

Instantly share code, notes, and snippets.

@JuanLuisGarciaBorrego
Created September 28, 2015 18:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JuanLuisGarciaBorrego/8801ff56c87c603a07be to your computer and use it in GitHub Desktop.
Save JuanLuisGarciaBorrego/8801ff56c87c603a07be to your computer and use it in GitHub Desktop.
Vista con request
{% for form in formsRender %}
{{ form_start(form, {'action': path('formularioIndividual', {id: form.vars.value.id} )}) }}
{{ form_errors(form) }}
{{ form_widget(form) }}
<input type="submit" value="Enviar">
{{ form_end(form) }}
<hr>
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment