Category "symfony-forms"

How to use form events to dynamically modify fields when i choice a specific value

I have some problems in my forum's project. I have one field named "Category" with choice list and i want to when i check the value "Characters" in this list, a

Symfony Form / FormBuilder: How to add an option or attribute to multiple form fields

I want to add a stylesheet class attribute to most of the fields, but not all. public function buildForm(FormBuilder $builder, array $options) { $builder