Checkbox list shows array as value
-
We are using the paid version and running into a problem and I’m trying to see how to resolve. I have a few sections where I have a multiple checkbox’s belonging to a group.
Looking at the form example, one example looks like this;
label: Mounting | type: checkbox | options: 3/16\” Foamcore 1/2\” Foamcore 3/16\” Gatorboard 1/2\” Gatorboard 1/16\” Sintra 1/8\” Sintra 1/4\” Sintra 1/2\” Sintra Other | required: yes
So on the form here things look correct. If the form gets submitted however, the value simply shows ‘mounting: Array’
Naturally it’s because it’s a PHP array, but I don’t have access to the code level to print the array, so how can I do this without having to make each it’s own item, not to mention that would then prevent a required.
Thanks.
https://ww.wp.xz.cn/plugins/website-contact-form-with-file-upload/
The topic ‘Checkbox list shows array as value’ is closed to new replies.