Welcome Guest, Not a member yet? Register   Sign In
Form validation callbacks not working
#2

Instead of 
PHP Code:
$this->form_validation->set_message('currentpass_check''Current password Didn\'t match'); 
try this:

PHP Code:
$this->form_validation->set_message('current_password''Current password Didn\'t match'); 

untested...
Reply


Messages In This Thread
RE: Form validation callbacks not working - by Codinglander - 01-02-2019, 10:34 AM



Theme © iAndrew 2016 - Forum software by © MyBB