Problem:
While working with CodeIgniter in-build set validation with text box for ex: invalid email or empty filed you may face this error "Unable to access an error message corresponding to your field name"It means you have not set correctly error setup.
$this->form_validation->set_rules('blink', 'Link', 'required|trim|');
0 comments:
Post a Comment