@jweber
I understand most of the code you have so far except what do you do when you hit the part:
'
} else {
// the form is not valid, send the user back to the form with a message
}
'
How do you keep the values submitted and send back to the form/url that they came from?
also...
what is this part for:
// get the needed namespaces
$viewNamespace = new Zend_Session_Namespace('view');
?
Thank you.
|