You want to connect the forms on your Webflow website (Saasplex X template) to HubSpot without using a native integration. Here’s exactly how you can set it up:
Since Webflow’s native forms submit to Webflow servers, you need to override the default behavior:
Select your form in Webflow Designer.
Open Form Settings in the right-hand panel.
Under Form Action, add the HubSpot Forms API endpoint:
URL structure: https://forms.hubspot.com/uploads/form/v2/{PortalID}/{FormID}
Example: https://forms.hubspot.com/uploads/form/v2/123456/abcdef12-3456-7890-abcd-1234abcd5678
Set Method to POST.
firstname
email
company
You can check HubSpot’s property names in your HubSpot account under Settings > Properties.
If you want important HubSpot tracking (like UTM parameters or merging visitors with HubSpot cookies):
hubspotutk
(cookie tracking token), ipAddress
, pageUrl
, etc.hubspotutk
value from the hubspotutk
cookie if you can with custom JavaScript.To connect Webflow forms (Saasplex X) to HubSpot without native integration, override the Webflow form action to post directly to HubSpot’s Forms API, ensure field names match HubSpot properties, and test submissions carefully. There’s no need for Zapier or third-party tools if done properly.