Hey guys,
Has anyone ever been able to post vales from a GF Multiple Choice field into a SalesForce Multiple Choice field?
Here's a sample, as set up in SalesForce
I like:<select id="123XYZ" multiple="multiple" name="123XYZ" title="I Like">
<option value="Apples">Apples</option>
<option value="Bananas">Bananas</option>
<option value="Peaches">Peaces</option>
</select>
My Gravity Forms field is the same, however "I Like" is not available as a drop down option in the "Pass Field Data Via Query String" option.
The only drop down options are Apple, Bananas, and Peaches.
Any thoughts?
Thanks!