CodeIgniter Forums
form_validation error messages - 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: form_validation error messages (/showthread.php?tid=13994)



form_validation error messages - El Forum - 12-15-2008

[eluser]Skuja[/eluser]
Just wanted to note that I find these error messages inadequate:
Code:
$lang['is_natural']        = "The %s field must contain only positive numbers.";
$lang['is_natural_no_zero']    = "The %s field must contain a number greater than zero.";

Because natural number is non-negative integer not just any positive number.


form_validation error messages - El Forum - 12-14-2009

[eluser]tokyotech[/eluser]
Was also about to post this issue. It's confusing the way it is right now.


form_validation error messages - El Forum - 12-17-2009

[eluser]boltoncole[/eluser]
I almost post this last week
But I prefered to wait and see if others are having the same problem...