Simple Form to Email

2 Comments

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.

Share and Enjoy:
  • Digg
  • NewsVine
  • Reddit
  • Slashdot
  • Technorati
  • TwitThis
  • Yahoo! Buzz

2 Comments (+add yours?)

  1. Richard@Home
    Feb 07, 2008 @ 02:50:17

    Thanks! Just what I was looking for :-)

Leave a Reply