Handling "CheckBoxes Group"

raulmonda 24 Oct, 2011
Hi,
Im trying to implement a form with multiple check box options. I chose to use the "CheckBoxes Group". it works well in parsing into the page, but on "Submit" the problems starts. I set 3 options as it is as default, ive created a table and i set in actions "db save". All other fields are saved in the table but at "input_checkbox_group_xx" nothing is saved. The table is empty. Ive did many trials without any result. I guess its a variable type issue. How the options are saved? as array or as a string with values separated by a certain separator?
If somebody can help me....
Thank you in advance.
Regards,
Raul
GreyHead 24 Oct, 2011
Hi Raul,

Please add a Handle Arrays action before the DB Save action.

Bob
raulmonda 27 Oct, 2011
Hi Bob,

Yep, i did...it works now. Thank you.
Regards,
Raul
This topic is locked and no more replies can be posted.