//Create the form according to the FormType created previously.
//And give the proper parameters
- $form = $this->createForm('Rapsys\BlogBundle\Form\ContactType', $data, [
+ $form = $this->createForm('Rapsys\PackBundle\Form\ContactType', $data, [
'action' => $this->generateUrl('rapsysblog_contact'),
'method' => 'POST'
]);