21278 Posts in 5728 Topics by 2599 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1740 Views |
-
how to disable Behaviour.register({

9 January 2010 at 3:12am Last edited: 9 January 2010 3:12am
hi
how to disable form validation ?
i'm using jquery validation form not prototype like SilverStripe
i disabled this files
Requirements::block('jsparty/prototype.js');
Requirements::block('jsparty/behaviour.js');
Requirements::block('jsparty/prototype_improvements.js');
Requirements::block('sapphire/javascript/Validator.js');
Requirements::block('sapphire/javascript/i18n.js');
Requirements::block('sapphire/javascript/lang/en_US.js');but in source still have
//<
9 January 2010 at 3:07pm Last edited: 9 January 2010 3:07pm
Perhaps try setting the validation handler to none as well.
Validator::set_javascript_validation_handler('none');
-
Re: how to disable Behaviour.register({

27 June 2010 at 12:58pm
This needs to be stickied, or put in important recipes or something, I hate prototype and always want custom validation with jQuery, so I keep coming up with various methods to disable the form validation, my favourite was to create an custom form that just did "jsValidationIncluded" = true, but it always has issues with built in forms like forgotten password, I'm so glad to have found this finally
| 1740 Views | ||
|
Page:
1
|
Go to Top |



