Page 1 of 1
Turn OFF Client Side Validation
Posted: 2014-05-27 01:21
by energylevels2012
Any quick way to switch OFF client side form validation - and keep the server validation ... ???
Re: Turn OFF Client Side Validation
Posted: 2014-05-28 00:23
by energylevels2012
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 .....