SSIS Components for HubSpot

Build 25.0.9434

ContactFormSubmissions

Lists form submissions made by contacts, useful for analyzing contact engagement through forms.

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

Unique identifier of the visitor ID (VID) associated with the form submission.
FormId String

Forms.GUID

GUID of the form that the submission is linked to.
ConversionId String Unique identifier for the specific instance of the form conversion event.
PortalId Long Portal ID (Hub ID) of the HubSpot account where the submission was made.
Timestamp Datetime Timestamp indicating when the form submission occurred.
Title String Title of the page where the form submission took place.
PageId Long

Pages.Id

Unique identifier of the page where the form was submitted.
PageTitle String Title of the page where the form was submitted.
PageURL String Full URL of the page where the form was submitted.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434