How can I map checkbox selections to a salesforce text field?

HI - I have a custom script to map my fields to salesforce web to lead and all the text fields work great but I cannot get the multi check box selections to convert to a comma list.

How is your script mapping the entry fields to Salesforce? Have you looked at the webhook add-on or Gravity Flow’s Outgoing Webhook?

You may need to use the gform_field_value filter to adjust the value before it is stored into salesforce or create a custom merge tag the populate the field-related value in the format required.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.