Thursday, February 14, 2013

Re: New cake validation method without reload

Hello..

I am new to this, but it seems you have to add an option (novalidate) when you create() your form..

Exemple :     echo $this->Form->create('User', array('novalidate' => true));

You should be able to find more info here.. http://book.cakephp.org/2.0/en/core-libraries/helpers/form.html#creating-form-elements


Yvon


On Thursday, February 14, 2013 9:42:39 AM UTC-5, Vitalij Bakula wrote:
Hi,

I created a new cakephp project and i noticed, that cake (version 2.3) release a new method of data validation in forms (especially inputs). Now validation works without page reload in all browsers except Safari.

How can I disable this validation?

Thnx

--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP
 
---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments: