Skip to content

Instantly share code, notes, and snippets.

@JuanLuisGarciaBorrego
Created September 28, 2015 18:26
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/64f6514c3ab7fb2cd8b2 to your computer and use it in GitHub Desktop.
Save JuanLuisGarciaBorrego/64f6514c3ab7fb2cd8b2 to your computer and use it in GitHub Desktop.
Vista sin request
{% for form in formsRender %}
{{ form_start(form) }}
{{ 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