Field mapping keys
-
My plugin version is 1.0.8.
I’m mapping fields:
Company-Name -> “CompanyName”
Contact-Name -> “FirstName”
Enquiry-Details -> “”When I check the logs, the submitted data is
{
“company-name”: “Example company”,
“contact-name”: “Example name”,
“enquiry-details”: “Example enquiry”
}It looks like the keys are wrong. It should be using CompanyName and FirstName for those, not company-name & contact-name.
It’s also submitting the enquiry data, but I didn’t enter any mapping data. Can it ignore any fields that don’t have a mapping?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Field mapping keys’ is closed to new replies.