![]() |
Check Individual Field Error from Form Validation - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: Check Individual Field Error from Form Validation (/showthread.php?tid=62517) |
Check Individual Field Error from Form Validation - tmdphp - 07-23-2015 Hi All, I have checked around but could not find any posts and could not get this going. I have not shifted through the code to figure it, but I would like to check with the community first. After a form validation, I am being sent back to my form. I can display the error message, but I would like to check to see if each field have an error or not, if so, change it class to an error type so the user can recognize it quickly. Thank You, Doug RE: Check Individual Field Error from Form Validation - skunkbad - 07-24-2015 RTFM: http://www.codeigniter.com/user_guide/libraries/form_validation.html#showing-errors-individually |