Welcome Guest, Not a member yet? Register   Sign In
form validation - default msg showing instead of my own
#3

[eluser]Unknown[/eluser]
change this
Code:
$this->validation->set_message('required', 'This field is required: ');
to this
Code:
$this->validation->set_message('isset', 'This field is required: ');
i hope it works.


Messages In This Thread
form validation - default msg showing instead of my own - by El Forum - 03-21-2008, 04:39 AM
form validation - default msg showing instead of my own - by El Forum - 03-21-2008, 05:11 AM
form validation - default msg showing instead of my own - by El Forum - 04-06-2008, 05:28 AM



Theme © iAndrew 2016 - Forum software by © MyBB