Welcome Guest, Not a member yet? Register   Sign In
Validation, re-populating array checkbox
#2

[eluser]Référencement Google[/eluser]
Unfortunaly and we hope that this will come in a next version of CI, it doesn't validate Checkboxes or Radio like other fieds type, so <?php echo $this->validation->error_string; ?> will return nothing.

Make a test on $_POST datas should resolve your problem. This could be simply:

Code:
if(!$this->input->post('mycheck'))
{
    // Returned false, then send an error message to the view
}


Messages In This Thread
Validation, re-populating array checkbox - by El Forum - 09-25-2007, 11:02 AM
Validation, re-populating array checkbox - by El Forum - 09-25-2007, 11:30 AM
Validation, re-populating array checkbox - by El Forum - 09-25-2007, 07:23 PM
Validation, re-populating array checkbox - by El Forum - 09-25-2007, 08:01 PM
Validation, re-populating array checkbox - by El Forum - 05-17-2008, 09:33 PM
Validation, re-populating array checkbox - by El Forum - 05-17-2008, 11:28 PM
Validation, re-populating array checkbox - by El Forum - 12-29-2009, 03:18 AM
Validation, re-populating array checkbox - by El Forum - 07-16-2013, 08:58 PM



Theme © iAndrew 2016 - Forum software by © MyBB