Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter kokoruz

    (@kokoruz)

    Is there something in Salesforce that might need to be done?

    I have a separate form just for newsletter signup where I use a hidden field to indicate ‘Yes’ and that value from the hidden field transfers to Salesforce without issue.

    The issue seems to be with the Checkbox that exists in more more info form. I know that a Checkbox is treated as an array but in my case I only have 1 value – ‘Yes’ if checked.

    Pulling my hair out trying to understand this.

    Plugin Author zaus

    (@zaus)

    Have you examined the debug output from the plugin? It should show exactly what is returned by the CF7 form, as well as exactly what is being mapped and sent to the service (Salesforce).

    My suspicion is that if the checkbox is unchecked, it’s either not part of the submission (no value sent = omitted), which means that my plugin ignores it, or that it’s being sent with a value that Salesforce doesn’t interpret correctly (like '' when Salesforce expects 0).

    I think I remember someone else having a similar problem, and I think there’s a way in Salesforce to tell it how to interpret ’empty’ values.

    Plugin Author zaus

    (@zaus)

    Aha, this person had the same problem with checkboxes on the old plugin.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Checkbox – Salesforce’ is closed to new replies.