Hello,
i'm creating an app connected to a Joomla-CB powered website.
I'm making some Ajax calls to read and write in the database.
All works properly also with CB users data, with this exception: when I need to save a multiple-checkbox value into the database, if I send onle one value (for example "test"), then all works perfectly, if I send more values separated with the default CB separator (for example "test|*|test2|*|test3"), then nothing is written into the database. I'm guessing that, there is a special filter or function in a CB controller to manage this situation. Could you please explain me how I can let it works?
Many thanks,
Kind regards.