Skip to content

Instantly share code, notes, and snippets.

@glynrob
Created November 16, 2013 14:36
Show Gist options
  • Save glynrob/7500810 to your computer and use it in GitHub Desktop.
Save glynrob/7500810 to your computer and use it in GitHub Desktop.
<form action="{{path('users_list_users_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