So I\'ve got a form in my Rails app which uses a custom FormBuilder to give me some custom field tags
<% form_for :staff_member, @staff_member, :builder =
Use fields_for inside your partial. It performs a similar task but without wrapping the form tags. See the API docs.
fields_for