Assign an ID parameter to a form with form_builder library
I'm trying to create a form with the form builder library, and assign and id to the form.
I'm passing some params to the form_builder constructor, but instead of assigning the ID to the form it creates a div with the same id as the param and the class form. Is this correct?
The code is in
https://gist.github.com/809316 Thank You!!!
Comments
form_attrs' => 'method="post" action="/contenido/save_type" id="content_type_form"',