Skip to content

Instantly share code, notes, and snippets.

@baldurrensch
Created August 23, 2012 16:31
Show Gist options
  • Save baldurrensch/3438329 to your computer and use it in GitHub Desktop.
Save baldurrensch/3438329 to your computer and use it in GitHub Desktop.
Form Theme
{% form_theme form 'AcmeBundle:Default:designFormDesignOptionsTemplate.html.twig' %}
<fieldset>
<legend>Options</legend>
{{ form_errors(form.designOptions) }}
{{ form_widget(form.designOptions) }}
</fieldset>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment