I made a form with the FormBuilder of Symfony. When I put my form in twig, the form_start(form) and form_end(form), it add a tag for each input.
I don't understand why twig add a tag. What is the solution to remove this tag
Thanks for your help.
I made a form with the FormBuilder of Symfony. When I put my form in twig, the form_start(form) and form_end(form), it add a tag for each input.
I don't understand why twig add a tag. What is the solution to remove this tag
Thanks for your help.