I'm setting up a donation form with custom questions, and am mapping them to salesforce objects in the C&P PaaS app settings. Which seems to work fine for regular text fields, but ones that are set up as picklists don't give me the option to pass through the answer (there's no field to leave blank, it's just a dropdown with each of the possible answers). Do I have to map each option of each question to? eg
[Contact] [Primary Address Type] if the question is "Primary Address Type" and the answer is "Home" [Home]
[Contact] [Primary Address Type] if the question is "Primary Address Type" and the answer is "Work" [Work]
[Contact] [Primary Address Type] if the question is "Primary Address Type" and the answer is "Other" [Other]
If so, I have a feature request for you
[Contact] [Primary Address Type] if the question is "Primary Address Type" and the answer is "Home" [Home]
[Contact] [Primary Address Type] if the question is "Primary Address Type" and the answer is "Work" [Work]
[Contact] [Primary Address Type] if the question is "Primary Address Type" and the answer is "Other" [Other]
If so, I have a feature request for you

Comment