I’m using Pro Form with multiple checkbox fields. When I send data via webhook, the form includes unselected options as “0” values. I only want to send the selected options. Is there a way to exclude the unchecked fields from the webhook payload?
Webhook payload example:
],
"Favorite food": [
"Italian",
"Asian",
"0",
"0",
"0",
"0",
"0"
],