The Symfony form component is a standalone library that can be used outside of Symfony projects.
i have a simple problem. I have a form with a field for example: $builder ->add('x') -&…
symfony twig symfony-forms symfony-2.2 symfony-2.3Is there an easy way to set a default value for text form field?
php symfony symfony-forms symfony-2.3Using Symfony 2.1.3-dev and Doctrine 2.3 I am attempting to build a form which provide multiple options for a user to …
symfony symfony-forms symfony-2.1I am trying to create a new field type and add it to a form class in Symfony 2. I have …
symfony symfony-formsI'm using the Symfony2 country Field Type, it works well and country names are translated. I am storing the two-digit …
symfony twig symfony-formsI have a form declared in nameType.php and the view render all field but I want add another field …
symfony symfony-formsMaybe I'm missing the obvious but how do I (or can I) add an extra "unbound" field to a Symfony …
symfony symfony-forms symfony-2.1Is it possible to customize HTML 'id' attribute in Twig when rendering a widget with {{ form_widget(form.NAME_OF_…
symfony symfony-formsI have some complex validation going on with my symfony form, and I need to be able to assign an …
php symfony symfony-formsI'm using ENUM type in one of my tables but Doctrine doesn't like it so much. So I do my …
symfony doctrine-orm symfony-forms symfony-2.3