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

(01-02-2019, 10:34 AM)Codinglander Wrote: 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...

Same error!

https://www.codeigniter.com/userguide3/l...ation.html

In documentation your recommendation is not valid.

Attached Files Thumbnail(s)
   
Reply


Messages In This Thread
RE: Form validation callbacks not working - by Codehoster - 01-03-2019, 02:13 AM



Theme © iAndrew 2016 - Forum software by © MyBB