Add memberships to your Webflow project in minutes.
Over 200 free cloneable Webflow components. No sign up needed.
Add memberships to your React project in minutes.
How to send webflow form data to Make/Zapier without redirecting
Memberscripts needed
https://www.memberstack.com/scripts/form-data-webhook-no-redirect
Tutorial
Cloneable
Why/Use Cases
- Useful when you want your form data to be handled by a third party like Make or Zapier but you don’t want to redirect users after they submit the form.
Sending Webflow form data to Make or Zapier without redirecting
You probably know that when you usually set up a webhook for a form and the webhook responds, you get redirected to another page.
This guide will help you set up a webhook without redirecting users after submitting a form, essentially just keeping the default Webflow form behavior.
To send Webflow form data to Make or Zapier without redirecting, we’re going to use MemberScript #125 – Post Form to Webhook without Redirecting. Follow the link to get the code you’ll need to add to your page and watch a video tutorial on how to set everything up.
Setting it up
Begin by creating and styling a regular Webflow form just like you normally would.
The only thing extra you’ll need to do is add the following attribute to the form:
· ms-code-form-no-redirect=””
Making it work
Now that you’ve got everything set up in Webflow, all you need to do is add the MemberScript #126 custom code to your page, before the closing body tag.
Conclusion
That’s everything, you can now go ahead and test the form on your live site.
If you want to use our demo project to get you started, just click the button below to add it to your Webflow site.
Our demo can help you use webhooks with a Webflow form without redirecting users after submitting the form.