[jQuery] Re: Validation Element ID differ from Element name

2007-06-21 Thread Terak
Thanks Jörn, In case anyone else is using CAKEPHP here's my code: Send a message to project team Please enter a message Please select a developers Select developers. Person1 Person2 var container = $("#errorMessageBox"); $("#sendmessage").validate({ errorContainer: container,

[jQuery] Re: Validation Element ID differ from Element name

2007-06-21 Thread Jörn Zaefferer
Terak wrote: I'm using cakephp framework and I'm running into problem if the element name if different from the element ID. Currently the form is getting submitted w/o being validated, but if I change the textarea name to "contact_description" then it will validate it. Also I would like to mak