Skip to content

Instantly share code, notes, and snippets.

@coreymcmahon
Created May 5, 2012 03:35
Show Gist options
  • Select an option

  • Save coreymcmahon/2599400 to your computer and use it in GitHub Desktop.

Select an option

Save coreymcmahon/2599400 to your computer and use it in GitHub Desktop.
Rendering an entire form with a single call to form_widget - http://www.symfonycentral.com
<form action="{{ path('post_add') }}" method="post" {{ form_enctype(form) }}>
{{ form_widget(form) }}
<input type="submit" />
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment