Skip to content

Instantly share code, notes, and snippets.

@meze
Created December 9, 2012 00:16
Show Gist options
  • Save meze/4242673 to your computer and use it in GitHub Desktop.
Save meze/4242673 to your computer and use it in GitHub Desktop.
{% set address_field_prototype %}
{{ form_widget(form.address.vars.prototype.zipcode) }}
{% endset %}
{{ address_field_prototype|replace({'__name__': 0})|raw }}
{{ address_field_prototype|replace({'__name__': 1})|raw }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment