ContactFormSubmissions
List of Contact's Form Submissions.
Table Specific Information
A list of form submissions for the contact. This list will be empty for records with no form submissions.
SELECT
Contact form submissions can only be filtered by the unique contact id. For example:
SELECT * FROM ContactFormSubmissions SELECT * FROM ContactFormSubmissions WHERE ContactVID = '123456'
Columns
Name | Type | References | Description |
ContactVID | Long |
Contacts.VID | The unique id of the task. |
FormId | String |
Forms.GUID | The GUID of the form that the subission belongs to. |
ConversionId | String | A Unique ID for the specific form conversion. | |
PortalId | Long | The Portal ID (Hub ID) that the submission belongs to | |
Timestamp | Datetime | The time the submission occurred. | |
Title | String | The title of the page that the form was submitted on. | |
PageId | Long |
Pages.Id | Id of the page that the form was submitted on. |
PageTitle | String | Title of the page that the form was submitted on. | |
PageURL | String | The URL that the form was submitted on. |