Skip to content

Instantly share code, notes, and snippets.

@jmolivas
Created November 18, 2013 23:49
Show Gist options
  • Save jmolivas/7537509 to your computer and use it in GitHub Desktop.
Save jmolivas/7537509 to your computer and use it in GitHub Desktop.
Customize Form label rendering remove tag & values
{% form_theme form _self %}
{% block form_label %}
{% endblock %}
{{ form_widget(form.field_name) }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment