Yes, you can integrate HubSpot with a Webflow form and still have a redirect to a thank you page after submission. This requires setting up the Webflow form to submit data to HubSpot via a method that doesn't interfere with Webflow's built-in redirect feature.
/thank-you
or https://yoursite.com/thank-you
).You have two main options:
Zapier Integration:
Trigger: Webflow form submission.
Action: Create or update a contact in HubSpot.
You can map form fields directly from Webflow to HubSpot.
Custom Webhook to HubSpot Form API:
Submit Webflow form data to a HubSpot form endpoint using a custom webhook.
You must match the HubSpot form’s unique GUID and portal ID.
Requires some JavaScript, but won’t block the redirect if handled properly.
onFormSubmit
event via JavaScript.Use Webflow’s built-in form and connect it to HubSpot with Zapier, Integromat, or the Form API. This allows you to track leads in HubSpot without losing the thank-you page redirect. Avoid using embedded HubSpot forms if redirects are critical to your flow.