thank you very much for the more detailed explanation, this does help a little.
So you display and process forms in the same action?
You just check to see if the form was posted and valid before processing it within the action?
If i move it out of the if (isValid) check, does $this->view->form->getValues() only work if the form isValid?
|