How do I exclude unchecked checkboxes ('0' values) from Pro Form webhook data?

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"
        ],

Just bumping this in case it got missed.

@Daniele if you have a moment, I’d really appreciate your thoughts on this.

Fixed. Will be deployed in the next update coming this week :slight_smile:

Thanks! :slight_smile:

1 Like