Welcome Guest, Not a member yet? Register   Sign In
Disable error message on a single rule in form validation
#6

Oh, yeah. That's new... It looks for $_GET as well know. Don't think you can turn that off at the moment. You can hack it away with:

PHP Code:
if ($this->request->getMethod() === 'get' || !$validation->run()) 
Reply


Messages In This Thread
RE: Disable error message on a single rule in form validation - by jreklund - 05-10-2020, 01:08 PM



Theme © iAndrew 2016 - Forum software by © MyBB