Add class div built with form_builder->render_divs()

edited March 2014 in Feature Requests
Hi, I would like to add a class to the div built in when I render a form when render_divs().

Is there anyway to do it?

Comments

  • edited 12:43PM
    There is a "css_class" property you can set on form_builder:
    $this->form_builder->css_class = 'form my_css_class';
Sign In or Register to comment.