CodeIgniter Forums
Radio buttons form validation - 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: Radio buttons form validation (/showthread.php?tid=39048)



Radio buttons form validation - El Forum - 02-27-2011

[eluser]wbremen[/eluser]
When using CI 2.0 and radio buttons in a form, the form validation class does not return an error when a field which validation rule is set to required is submitted empty.


Radio buttons form validation - El Forum - 02-27-2011

[eluser]wbremen[/eluser]
It seems like the whole radio field is not even validated when submitted empty!


Radio buttons form validation - El Forum - 02-27-2011

[eluser]wbremen[/eluser]
Problem found - this bug only applies when the submit button does not contain a name!