CodeIgniter Forums
different custom error message for different validation for single textbox - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: different custom error message for different validation for single textbox (/showthread.php?tid=13340)



different custom error message for different validation for single textbox - El Forum - 11-19-2008

[eluser]Unknown[/eluser]
i want to display different custom error message for different validation condition in the same text box.

let us suppose in a single text box i am giving the validation for minimum number of character and integer only now i want to display different error msg for different validation in the same text box.


i am new in CodeIgniter so pls give the answer in detail so that I can understand the matter.
waiting for reply.
thanks in advance.


different custom error message for different validation for single textbox - El Forum - 11-19-2008

[eluser]manilodisan[/eluser]
With the current validation lib I don't think it's even possible to add custom validation errors. We created our own library for Webber (check my sig) to allow adding unlimited validation types for any input with unlimited custom errors.