Checkboxes' labels not saving

bothy4g 05 Mar, 2009
I found this component the best in its category. I found one small issue, though. In wizard mode if my form contains checkboxes, the labels aren't saved. The checkboxes themselves get saved, but the labels don't. If I edit the HTML code by hand and save the form, everything works ok. Does anyone know the solution to this issue? Besides that, it's a fantastic component.
GreyHead 05 Mar, 2009
Hi bothy4g,

There are a couple of bugs still in the checkbox and radio button handling. Try adding value attributes to your checkboxes: value='Yes'

Bob
bothy4g 05 Mar, 2009
Thanks for the quick reply.

Well, if this is the case, I think I'll wait until the next release. Anyhow...I added (better said rewritten) the value attributes of the checkboxes in the HTML code, so now it works ok. Although when I try to edit the form with the wizard, it doesn't recognize the changed labels nor the changed value attributes. It seems like in wizard mode it doesn't really recognize the altered code at all.

Hope this info helps,

Boti
GreyHead 05 Mar, 2009
Hi boti,

The Wizard doesn't use the code in the Form HTML box - it has it's own completely separate code record. So changes in the Form HTML are not kept if you re-use the Wizard on the form.

Bob
This topic is locked and no more replies can be posted.