I have a webflow hosted site with 2 forms. I have integrated with Integromat which
creates a webhook url that I enter into the “Action” field of the form settings.
The form and data collection all works, the only issue is that it redirects the person submitting the form to the webhook too which, is a white page with the message “accepted”. Is it possible to redirect the client to another page other than the webhook? The standard redirect in the form settings does not work.
I was using the webhook address of the integrated webhook, as it saves the Webflow form submission, amd allows the password field to work.
However I have changed this now to what you have suggested. Just needed some tweaking on the Integromat side as I have 2 forms on the site and 2 integromat<>Webflow connectors in 2 different scenarios (Integromat Automations).
Still I find that it should allow redirect and action url, others may not host their site in webflow and export it, where this workaround will not work.
If anyone knows a custom code workaround please do let me know.
Ah, finally figured it. Instead of using the dedicated Webflow Webhook, I created, as you suggested, a standard webhook, which I could then create webhook responses with 303 redirects. All works now.
Do you mind posting a screenshot of your Integromat set-up? I’ve been trying to use a standard webhook with all variations of 3XX redirects, to no avail.
Thanks for sharing. What is the location here? I don’t see a “Location” in the dropdown list.
PS: Am trying to connect a subscriber form in Webflow to MailerLite. If you can share a screenshot of the whole scenario, would be great. I needed to redirect to the success page too rather than just show plain text.
Thanks for sharing. What is the location here? I don’t see a “Location” in the dropdown list.
PS: Am trying to connect a subscriber form in Webflow to MailerLite. If you can share a screenshot of the whole scenario, would be great. I needed to redirect to the success page too rather than just show plain text.
Hi Schafer
If I put the URL in the value field of the webhooks response, it will redirect to that page. But my client wants to stay on the same page with the success message like below. Is it possible to better UX?
Hope you are doing well! Merry Christmas and Happy Holidays
You may prefer this option, as it avoiding having to configure a third-party tool:
Through our free tool here, you are able to connect your Webflow account and import your sites securely. Then you can add your webhook URL in the destination URL field from Zapier, Make, Airtable, etc. Finally, choose the Form Submission trigger type, and you will then see the option to add your form name.
Now, each time that specific form is submitted, you are able to send data to that webhook. This won’t affect the user experience as it all happens behind the scenes. Thus allowing you to maintain the native success/error form states while avoiding configuring a redirect through a third-party tool.