I'm trying to use a multiple select (checkboxes) in a CCv6 form to update a database, but I can only get it to save/reload a single select even when multiple boxes are checked. What do I need to do to have it load/save all of the selects?
Forums
Load/Save Multiple Selects (Form Checkboxes) in CCv6
Hi CSDweb,
Have you given the Checkbox group an array name ending in [] e.g. my_checkboxes[] ?
Bob
Have you given the Checkbox group an array name ending in [] e.g. my_checkboxes[] ?
Bob
Thank you for responding. I've tried to use Club[category][] but when I go to save the form I get the following error: I've tried this both with and without 'Handling Data Arrays' turned on/off in the check save function.
An error has occurred.
1054 Unknown column 'Array' in 'field list'
An error has occurred.
1054 Unknown column 'Array' in 'field list'
This topic is locked and no more replies can be posted.