CodeIgniter Forums
Form validation not showing errors, but not running either - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Form validation not showing errors, but not running either (/showthread.php?tid=39676)



Form validation not showing errors, but not running either - El Forum - 03-17-2011

[eluser]GeXus[/eluser]
I'm using the form validation library on my forms and I have a form that submits via ajax. It validates everything as expected, displaying the messages etc. However, when everything validates it doesn't process, in other words form_validation_run() is false. There's no errors though, just an empty array.

Any ideas?

Thank you!


Form validation not showing errors, but not running either - El Forum - 03-19-2011

[eluser]Hire Codeigniter Developer[/eluser]
in which folder you put file ? and show me code please


Form validation not showing errors, but not running either - El Forum - 03-19-2011

[eluser]InsiteFX[/eluser]
Search the forums for CSRF protection!

InsiteFX