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.
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 5 years, 2 months ago by olavers.