Welcome Guest, Not a member yet? Register   Sign In
Problem iwith validation callback
#4

Solved,

In fact this is not possible :
$this->form_validation->set_rules('annee', 'Année', 'required|callback_annee_check');

You must write this
$this->form_validation->set_rules('annee', 'Année', 'callback_annee_check');
And create the error message manually in the callback function in case of empty field.
Reply


Messages In This Thread
Problem iwith validation callback - by nunenthal - 04-28-2016, 09:41 AM
RE: Problem iwith validation callback - by nunenthal - 04-29-2016, 09:15 AM



Theme © iAndrew 2016 - Forum software by © MyBB