I currently use zapier to send my form data from Webflow to ActiveCampaign. This works fine for me however I also want to have a re-direct url that passes the email parameter within it. So that the URL looks like this yoursite.com/thank-you?email=yourname%40domain.com
However when I set the form action to the second page’s URL, the original zapier integration seems to stop working. (Not being triggered)
Is this because there can only be one action per form or am I doing something wrong?
Hi Sam, thank you for responding. Here are some more details.
What I’m ultimately trying to achieve is the ability to send the form submission to Zapier and redirect them to a second page that includes their email parameter in the URL. Currently I can get them both to work on their own, but I can’t get them to work together/at the same time.
I have set up a zapier integration to collect form submissions and send them to my email marketing software (ActiveCampaign)
Zapier uses the webflow form submission trigger. I don’t have to set an action or anything, I just have to choose which form to use. See screenshot above.
Can I set a dynamic redirect url in the “Redirect URL” option? or does it have to be in the action section?
Hi @samliew, this is really helpful for my question as well. One follow up: for the URL redirect, what syntax do I use for the URL in the href so that it passes multiple pieces of data (such as name and email)?
Just to clarify, when I put this in and change the URL from Top Webflow Expert Web Developer to where I need to redirect, I get email=undefined in the URL and i’m trying to fix that