Hello @olavers
Please post your code here.
Also, Keep in mind that the checkbox data will be an array.
Hi @jainilnagar – thanks for reaching out.
Here’s the code of one of the checkboxes:
<label>Primary Art Discipline(s) <span style="color: red;">*</span></label>
[checkbox* disciplines use_label_element "Murals" "Painting" "Sculpting" "Illustration" "Fibre Art" "Ceramics" "Photography" "Silk Screen" "Other"]
Integromat support confirmed that the checkbox selections were not received on their end
-
This reply was modified 1 year, 2 months ago by
olavers.
Hello @olavers
By code, I meant you Integromat integration code.
Are you using CF7 Redirections, Integrations and Database?
-
This reply was modified 1 year, 2 months ago by
Jainil Nagar.
Sorry, yes. This is an example of data being sent to the webhook:
{
"first-name": "xyz",
"middle-name": "xyz",
"last-name": "xyz",
"disciplines": "xyz",
"mediums": "xyz"
}
The “disciplines” and “mediums” are fields with multi-select checkboxes, and do not appear in Integromat. I’m unable to edit this code.
I would like to add that I have a similar problem with select box data not being saved to the database. All fields work except the select box, tried flamingo and advanced cf7 db, same result. I used Rollback and it seems the issues started with 5.2.1, I have had to rollback all the way to 5.2.0 to use my form.
-
This reply was modified 1 year, 2 months ago by
twogunrock.