Welcome Guest, Not a member yet? Register   Sign In
Issue - Form_Validation > Setting Error Messages > set_rule()
#3

I agree with xenomorph1030 in the previous post. I too added your exact error message override to one of my form validation rules for a field and it gave your error message as expected.

PHP Code:
$this->form_validation->set_rules('name''Name''trim|required|min_length[3]|max_length[100]', array('required' => 'O campo Título deve ter minimo 5 caracteres.')); 

Not much help sorry.

Paul
Reply


Messages In This Thread
RE: Issue - Form_Validation > Setting Error Messages > set_rule() - by PaulD - 02-20-2019, 03:28 PM



Theme © iAndrew 2016 - Forum software by © MyBB