Newer Version Available

This content describes an older version of this product. View Latest

Form Input

Marketing integration form.
Root XML tag
<formInput>
JSON example
1{
2"formFieldsList" : {
3   "formFields" : [{
4      "name" : "First Name",
5      "type" : "Text"
6      },
7      {
8      "name" : "Last Name",
9      "type" : "Text"
10      },
11      {
12      "name" : "Email",
13      "type" : "EmailAddress"
14      }]
15   },
16"formName" : "Contact Us Data",
17"memberIdentificationCode" : "marketing-account-id"
18}
Properties
Name Type Description Required or Optional Available Version
formFieldsList Form Field Input[] Fields for the marketing integration form. Required 53.0
formName String Name of the marketing integration form. Required 53.0
member​Identification​Code String Marketing Cloud's member identification code (MID) associated with the marketing integration form. Required 53.0