Put $values->getValues(); in if statement after $form->isValid() or you may call $form->populate($this->getRequest()->getPost()) befor calling $values = $form->getValues();
You must populate form elements first, before getting it. :) Best regards! -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Zend-form-and-getValues-empty-array-tp658880p3632723.html Sent from the Zend Framework mailing list archive at Nabble.com. -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
