Is it possible to use a dropdown or select list to populate the state and country fields of an Address field in Salesforce? I tried setting state to be a dropdown on my FormAssembly form, so that I wouldn't have to worry about people entering invalid data. However, now when I look at the Address field in Salesforce, I see that the state is listed as "tfa_MA" instead of "MA", as expected. This happened initially, before I did any mapping of the form field values. I tried adding in mappings for them (i.e., "MA" -> "MA" and so forth), but that didn't make a difference.
I am using the 1.0 version of the Salesforce connector.