OK. I finally got my zend form working, validating, filtering and sending the contents to my process page (by using $form->populate($formData);
)
Now, how do I email myself the contents of a form when submitted? Is this a part of Zend_form or some other area I need to be looking in?
Thanks!