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

(This post was last modified: 03-05-2019, 03:34 AM by Porto.)

Dear  xenomorph1030 & PaulD

I got it running! But i did a small change in the code.


PHP Code:
$this->form_validation->set_rules('name''Name''trim|required|min_length[5]|max_length[40]', array('min_length' => 'O campo Nome deve ter pelo menos 5 caracteres de comprimento.')); 
I use as Trigger the rule 'min_length'! If i use the rule 'required' i will get the standard message from the file english/form_validation_lang.php in english.

Thank you so much Guys! I appreciate that!
Reply


Messages In This Thread
Issue SOLVED 25.02.2019 - Form_Validation > Setting Error Messages > set_rule() - by Porto - 02-25-2019, 06:29 AM



Theme © iAndrew 2016 - Forum software by © MyBB