...
The mapping is being defined by a JSON object, in which the object’s attribute name maps the field's name in the WebForm and it’s value maps the field's name in Maileon.
Info |
---|
A list of all available standard fields in Maileon can be found in the documentation. |
Example:
Code Block |
---|
{
"Field in WebForms": "Field in Maileon",
"fname": "FIRSTNAME",
"lname": "LASTNAME",
"street": "ADDRESS",
"zip": "ZIP",
"city": "CITY"
} |
...