Custom form validation callback error message not working right |
It where I while since I tried this without "Callable: Use anything as a rule" functionality. But according to the manual you have named your message string incorrectly.
https://codeigniter.com/user_guide/libra...on-methods Code: $this->form_validation->set_message('group_id_check', 'Group id is not acceptable.'); |
Messages In This Thread |
Custom form validation callback error message not working right - by dwlamb - 01-27-2020, 10:26 PM
RE: Custom form validation callback error message not working right - by jreklund - 01-28-2020, 12:46 AM
RE: Custom form validation callback error message not working right - by dwlamb - 01-28-2020, 08:22 AM
|