form = new ContactForm(); if($this->getUser()->hasFlash('dataContact')) { $this->form->bind($this->getUser()->getFlash('dataContact')); } } }