![]() |
Form validation - set_checkbox() issue - 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 - set_checkbox() issue (/showthread.php?tid=47511) |
Form validation - set_checkbox() issue - El Forum - 12-12-2011 [eluser]Zeff[/eluser] Hi, I made a form using CI form helper and form validation library. Everything works fine, except that the set_value() for a checkbox field (actually: set_checkbox()) does not work. My code: Code: echo '<div>'; In my browser, I see: Code: <div> But the set_checkbox() function doesn't seem to work... Any suggestions? Thanks! Zeff |