Has anyone been having trouble within the last 72 hours on Hubspot forms (which are imported to Webflow) not redirecting successfully to the redirect Url?
Right now it is leading me here, showing a json. hubspot is denying this is in their court
Thanks for raising this issue. To better understand what’s happening and help troubleshoot accurately, could you please confirm the following:
Are you using HubSpot’s embed code directly in Webflow, or are you using Webflow’s native form connected to HubSpot through an integration (like Zapier, Make, or the HubSpot app)?
If you're using the HubSpot embed code, is the redirect URL configured in the embed script or within the HubSpot form settings?
Is the form placed on a Webflow CMS (Collection) page or a regular static page?
Are there any custom JavaScript changes or form handling scripts applied to the page?
Understanding this setup will help narrow down the issue.
Here are a few common causes and fixes that might help in the meantime:
1. Embedding Method Matters Using the standard HubSpot embed script typically handles redirects well. But if you're mapping a Webflow form to HubSpot via an integration, Webflow usually controls the redirect, and this can sometimes conflict.
2. Action URL Conflicts If a Webflow form’s action is set to submit directly to HubSpot, it may break the redirect and return a raw JSON response instead. Removing the action field may restore redirect behavior but might prevent submission from reaching HubSpot unless reconfigured properly.
3. Collection Page Behavior If the form is on a Webflow Collection (CMS) page, your redirect path might be inheriting CMS URL parameters, which could cause broken or incorrect redirects.
4. JavaScript Workaround: onFormSubmit Callback If standard redirects are still failing, you can add a manual redirect in your embed code using the "onFormSubmit" callback. This gives you more control over post-submission behavior.
I imported a form that I created on Hubspot thru the Webflow <> Hubspot form integration.
Using an imported form from HS, not an embed code
Placed on a regular static page (getgalaxy DOT io)
there is a honeypot script running but we have not changed said script but the form redirect has only recently started failing
i put this in the community (and gave up on support tickets) because the hubspot team keeps saying that this is a webflow problem but this is clearly a hubspot problem. have spent a considerable amt of time troubleshooting with webflow and my team and webflow are convinced the api endpoint for the form is broken atm
I can see you've already opened a support ticket and shared all the details there, which is great! To ensure we're as efficient as possible and avoid any duplicated efforts, please continue to communicate directly with our support team through that existing ticket. Kindly keep the ticket open until your issue has been fully resolved.