FormFields
Retrieve form fields to capture and store data related to leads, contacts, accounts, and other objects within the system.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | Int64 | True |
ID of the form field. | |
| FormId | Int64 | False |
The ID of the form the Form Field belongs to. | |
| Type | String | False |
Data type of the object. Data Type can be: text, radio button, checkbox, dropdown, textarea, hidden, date, multi-select. | |
| DataFormat | String | False |
The field's data format. Data Format can be: text, number, email, email with valid mail server, email not from isps and free email providers. Default 'text'. | |
| ProspectApiFieldId | String | False |
The name of the Pardot prospect field that the form field is mapped to. For example, | |
| Label | String | False |
Label of the form field. | |
| Description | String | False |
User-assigned description for the field. This field isn't queryable. | |
| ErrorMessage | String | False |
Error to display when the field isn't submitted correctly. | |
| CssClasses | String | False |
CSS class to apply to the paragraph element that wraps the form input and label. | |
| IsRequired | Boolean | False |
Set to true to make populating this field required for form submission. Default false. | |
| IsAlwaysDisplay | Boolean | False |
Set to true to always display this field, even if a value has already been collected for the prospect. Default false. | |
| isMaintainInitialValue | Boolean | False |
Set to true to maintain the prospect field value of the initial form submission. Subsequent submissions with new values will be ignored. Default false. | |
| isDoNotPrefill | Boolean | False |
Set to true to prevent prospect data from being pre-filled into the field. Default false. | |
| SortOrder | Int64 | True |
Each field in a given form will be assigned a number that indicates the display order. | |
| HasDependents | Boolean | True |
Set to true if this field has Dependents. | |
| HasProgressives | Boolean | True |
Set to true if this field has Progressives. | |
| HasValues | Boolean | True |
Set to true if this field has Values. | |
| CreatedAt | Datetime | True |
Creation time of the object. | |
| UpdatedAt | Datetime | True |
Last update time of the object. | |
| CreatedById | Int64 | True |
ID of the user who created this object. | |
| UpdatedById | Int64 | True |
ID of the user who updated this object. |