FormHandlersFields
Retrieve,Create,Update,Delete a collection of Form Handler Stages
Columns
Name | Type | ReadOnly | References | Description |
Id [KEY] | Int64 | True |
ID of this object. | |
Name | String | False |
Name of the object for identification in Pardot. | |
FormHandlerId | Int64 | False |
The ID of the form handler this field belongs to. | |
IsRequired | Boolean | False |
When true, the field is required. | |
DataFormat | String | False |
The field's data format. Values are 'text', 'number','email', 'email not from isps and free email providers', and 'email with valid mail server'. | |
ProspectApiFieldId | String | False |
The name of the Pardot prospect field that the form handler field is mapped to. On standard fields the value is the name of the field. For example, 'firstName'. If mapping to a custom field, the value is the field name followed by __c. For example, the custom field 'foodChoice' becomes 'foodChoice__c'. | |
IsMaintainInitialValue | Boolean | False |
When true, the field maintains the initial value upon subsequent form submissions. | |
ErrorMessage | String | False |
Error message for the field. | |
CreatedAt | Datetime | True |
Creation time of this object. | |
CreatedById | Int64 | True |
ID of the user who created the object. |