I’m developing a Symfony Bundle for Polls. I tried to build my Poll with the Symfony Form builder but i had so many Problems due to my complex data, that i decided to build my Form manually in the html File. Is there now any possibility to still do something like that: if($form->isSubmitted() && $form->isValid())? Do i have to send