Hi there,
When I am editing information in a form, my custom checkboxes are not staying checked like they should. I am using ChronoForms 4.0 RC3.5. Here is an example of one of my checkboxes:
And here is my debugger output:
Even if I go in and manually add checked="checked" on them, they don't stay checked! What's going on?
(Note: the "name" field on my form does fill in properly with the word "Test", so it's not completely broken.)
When I am editing information in a form, my custom checkboxes are not staying checked like they should. I am using ChronoForms 4.0 RC3.5. Here is an example of one of my checkboxes:
<input type="checkbox" value="2012-09-21" name="lunchdate[]">
And here is my debugger output:
Data Array:
Array
(
[Itemid] => 328
[option] => com_chronoconnectivity
[task] => cc_edit_data
[cb] => 3
[cf_id] => 3
[cf_uid] => 864237e80fffe562b1e5c3f74f50d4f8
[cf_created] => 2012-08-17 16:48:10
[cf_modified] => 0000-00-00 00:00:00
[cf_ipaddress] => 173.161.75.101
[cf_user_id] => 44
[lunchdate] => 2012-09-06,2012-09-21
[name] => Test
)
Even if I go in and manually add checked="checked" on them, they don't stay checked! What's going on?
(Note: the "name" field on my form does fill in properly with the word "Test", so it's not completely broken.)