Hi,
Hope I make enough sense :P. I have built a form with Gravity Forms and set the confirmation settings to "Redirect" and "Pass Field Data Via Query String" and built my query string accordingly, to send the data into SalesForce as a lead. The only field I am having an issue with is a field called "How did you hear about "Company"?. It is a drop down list with options of how the potential customer heard about us. This field should set the Campaign in SalesForce associated with the lead. It is not setting Campaign. I have done some testing myself and I know that "{How did you hear about "Company"?:1}" in the query string is being replaced with the "inner text" of the drop down field instead of the "value", which is an ID of the campaign that correlates to the "inner text".
Example:
<option value="701C0000000gRQQ">Medens</option>
<option value="701C0000000gRQa">IBM</option>
<option value="701C0000000gRQf">Trade-show</option>
<option value="701C0000000gRQk">Client Referral</option>
In the query string, "Campaign_ID={How did you hear about "Company"?:1}", should output the "value" of the <option> element instead of the <innerText>
Thanks,
a