Here I\'m trying to fill in a contact form then send it. However when I fill in the form and click on send I have this exception :
UndefinedMethodException: Atte
Use $form->handleRequest($request); to handle form submissions - http://symfony.com/doc/current/book/forms.html#handling-form-submissions
$form->handleRequest($request);