I just wanted to exhaust all reasons why this isn't working and confirm I should be using the camel case format (as is with the CSV export) when naming fields from external sources to pass into the Leads module
The Lead Capture shows this:
{ salutationName: SALUTATION_NAME,
firstName: FIRST_NAME,
lastName: LAST_NAME,
middleName: MIDDLE_NAME,
emailAddress: EMAIL_ADDRESS }
firstName: FIRST_NAME,
lastName: LAST_NAME,
middleName: MIDDLE_NAME,
emailAddress: EMAIL_ADDRESS }
But I should be using
firstName
not
FIRST_NAME
correct?
is there a reason both are listed?
Comment