Posts Tagged ‘framework’

Simple Form to Email

Wednesday, February 6th, 2008

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.