I have a sign-up form on our website with a custom URL set up in the Action field, which will prevent the default form submission.
But I want to send the form data to HubSpot form also through Zapier, which requires the Webflow submissions, otherwise, it won’t show the form on Zapier.
Okay, I am setting up the Trigger on the first step with the ‘Catch Hook’ Event and also got the test submission from the form. But now there is no Action set up to send the form data to the external API for signup as shown in the image earlier. Where should it be?
The webhook URL is the action for your Webflow form.
That POSTs your form data directly to Zapier, and there you do what you want with it… Hubspot, email, CMS API…
It’s not exactly what you’re looking for, but it demonstrates how to wire together a Webflow form with a Zapier Webhook, which is where you’ve gone wrong from what I can tell.
At a high level, you want to take the Zapier Webhook URL:
I believe you don’t need to add a webhook in the Integrations tab too, which is not working anyway.
I also saw a similar post from years ago, but for me, it’s not working on the Zapier stage only.
Edit: On a side note, is it possible to submit the default Webflow form by some javascript code with the action, so that it can also be captured by Zapier?