Welcome Guest, Not a member yet? Register   Sign In
Checkbox Help needed
#2

[eluser]coolfactor[/eluser]
I'm assuming you output the checkbox whether it's ticked or not, but your code doesn't show that. Try this instead:

Code:
echo form_checkbox('allow_email', 'on', $this->post->input('allow_email'));

You want to be controlling that third parameter, rather than have it fixed.


Messages In This Thread
Checkbox Help needed - by El Forum - 08-27-2007, 10:26 AM
Checkbox Help needed - by El Forum - 08-27-2007, 11:14 AM
Checkbox Help needed - by El Forum - 08-27-2007, 01:24 PM
Checkbox Help needed - by El Forum - 08-28-2007, 05:06 AM
Checkbox Help needed - by El Forum - 08-28-2007, 06:21 AM



Theme © iAndrew 2016 - Forum software by © MyBB