Welcome Guest, Not a member yet? Register   Sign In
Checkboxes problem
#8

[eluser]helloworldly[/eluser]
Hello,

I am having the same issue. What was your solution exactly?

I'm using CI's form validation. I'm having an issue of getting set_checkbox() working when using multiple checkboxes as an array.

Code:
// more code

<input type="checkbox" value="ABC" name="group[]" <?php echo $this->validation->set_checkbox('group[]', 'ABC'); ?> />
<label>ABC</label><br/>

&lt;input type="checkbox" value="XYZ" name="group[]" &lt;?php echo $this-&gt;validation->set_checkbox('group[]', 'XYZ'); ?&gt; />
<label>XYZ</label><br/>

// more code

And
Code:
&lt;input type="checkbox" value="XYZ" name="group[]" &lt;?php echo $this-&gt;validation->set_checkbox('group', 'XYZ'); ?&gt; />
isn't working for me either.

Thanks for any help.


Messages In This Thread
Checkboxes problem - by El Forum - 06-10-2010, 07:04 AM
Checkboxes problem - by El Forum - 06-10-2010, 07:16 AM
Checkboxes problem - by El Forum - 06-10-2010, 07:19 AM
Checkboxes problem - by El Forum - 06-10-2010, 07:25 AM
Checkboxes problem - by El Forum - 06-10-2010, 07:34 AM
Checkboxes problem - by El Forum - 06-10-2010, 07:39 AM
Checkboxes problem - by El Forum - 06-10-2010, 07:42 AM
Checkboxes problem - by El Forum - 07-14-2010, 01:35 PM
Checkboxes problem - by El Forum - 07-15-2010, 02:16 AM



Theme © iAndrew 2016 - Forum software by © MyBB