Welcome Guest, Not a member yet? Register   Sign In
Repopulating Arrays of checkboxes
#2

[eluser]Unknown[/eluser]
I solved it ... just an oversite ....

it was my validayion call ...

$this->form_validation->set_rules(‘coverage_areas’, ‘Coverage Areas’, ‘required);

should be ...

$this->form_validation->set_rules(‘coverage_areas[]’, ‘Coverage Areas’, ‘required);

array !!


Messages In This Thread
Repopulating Arrays of checkboxes - by El Forum - 04-05-2011, 09:28 AM
Repopulating Arrays of checkboxes - by El Forum - 04-05-2011, 10:06 AM



Theme © iAndrew 2016 - Forum software by © MyBB