Ok I got it done. It works. The problem was in my jquery code.
On May 4, 10:56 pm, ZedR wrote:
> I am validating form fields on blur event injquery. How do I validate
> more than 1 field in the controller action called from ajax with
> $params['form']. Code I m trying is:
&
I am validating form fields on blur event in jquery. How do I validate
more than 1 field in the controller action called from ajax with
$params['form']. Code I m trying is:
//ajax action in controller
function ajax_validate() {
Configure::write('debug', 0);
if($this->Request
2 matches
Mail list logo