Simple Form to Email
I have constructed a simple contact (to email) form in CakePHP 1.2 Beta. Rather than try to explain it all I have included the code for the model, controller, and view here. One note is I had to add a minLength validation check to the textarea as fields defined as ‘text’ in the model schema do not echo errors by default, as string fields do.

Thanks! Just what I was looking for
[...] Aaron Thies » Blog Archive » Simple Form to Email A simple Form to Email component for CakePHP (tags: cakephp email form) [...]