On my website I'm using a CB-module which doesn't work correctly with JSON-data. The data from this module is saved in a db, which I want to use in a CF7 form.
There's a checkboxes-field in this CB-module is stored as: value1 | * | value2.
When I stored the same data in a CF7-form, it is stored in JSON as: ["value1", "value2"].
Is it possible to read the array in a CF7-form which is stored by the CB-module? And how do I do that?
Hans
There's a checkboxes-field in this CB-module is stored as: value1 | * | value2.
When I stored the same data in a CF7-form, it is stored in JSON as: ["value1", "value2"].
Is it possible to read the array in a CF7-form which is stored by the CB-module? And how do I do that?
Hans
I think we have already discussed this in another topic, the Save Data and Read Data have settings to store and read json data!
You need to login to be able to post a reply.