How to set a class attribute to a Symfony2 form input
How can I set the HTML
class
attribute to a form <input>
using the FormBuilder
in Symfony2
?
How can I set the HTML
class
attribute to a form <input>
using the FormBuilder
in Symfony2
?