Welcome Guest, Not a member yet? Register   Sign In
set_checkbox after form validation
#1

[eluser]Wonder Woman[/eluser]
Hi,

I have a checkbox which has a null value, which I would like to be 0 and when the user clicks on it for it to change to 1.

I have form validation set up but when the form is repopulated with the sent form data the checkbox does not change.

If anyone can help me that would be great.

Code:
echo form_label('Anonymous', 'anonymous');
echo form_checkbox('anonymous', set_checkbox('anonymous'), FALSE);

Thanks!
#2

[eluser]Armchair Samurai[/eluser]
AFAIK, set_checkbox() and form_checkbox() are incompatible. You'll need to write out the HTML if you want to use set_checkbox().
#3

[eluser]Wonder Woman[/eluser]
Thanks for the point out - fixed it! Cheers Smile




Theme © iAndrew 2016 - Forum software by © MyBB