The documentation is fairly clear on how to pass a custom question through a FaaS form but I am not sure how to map the responses into the correct field in Salesforce. When I go to C&P Settings > Custom Question Mapping it's giving me the option to map a question to a field on the Contact or Opportunity.
Custom Question Map Field Settings
Looking at the documentation example below, what is suppose to be going in the question field on that mapping form, the field name?
input name="FieldName1" type="hidden" maxlength="20" size="40" value="Employer"/> <input name="FieldValue1" type="text" maxlength="50" size="50 />

|
Looking at the documentation example below, what is suppose to be going in the question field on that mapping form, the field name?
input name="FieldName1" type="hidden" maxlength="20" size="40" value="Employer"/> <input name="FieldValue1" type="text" maxlength="50" size="50 />
Comment