Turn OFF Client Side Validation

Any tips and tricks that has to with the ADDT that doesn't fit into one of the other categories
energylevels2012
Posts: 58
Joined: 2012-07-22 16:41

Turn OFF Client Side Validation

Post by energylevels2012 » 2014-05-27 01:21

Any quick way to switch OFF client side form validation - and keep the server validation ... ???

energylevels2012
Posts: 58
Joined: 2012-07-22 16:41

Re: Turn OFF Client Side Validation

Post by energylevels2012 » 2014-05-28 00:23

Solution:

Edit:

tNG_dispatcher.class.php

Comment out line 147:

$outRules .= '<script src="'.$this->relPath.'includes/tng/scripts/FormValidation.js" type="text/javascript"></script>' . "\r\n";


Handy if you need to use JQuery for server side validation and some more advanced options - The server side validation still works .....

Post Reply