Posting this here as I don’t think this is a webflow feature. Also don’t think I need my preview or live link to accomplish this.
Basically I just need a way to pass URL parameters through to the redirect URL. I need to be able to do this on any link on the page. Flow is, customer clicks on an ad, lands on this page with url parameters, clicks a button or link and goes to the next site that reads those parameters and offers them a deal.
I also have a form with a height and width dropdown selection that I need to be able to append.
I’m somewhat new to JS but I can probably understand anything that’s recommended. Thank you all in advance!
I tried using this code in the Before body tag of my page’s custom code section but it didn’t work. Would you mind elaborating on how to implement this? Much appreciated!
same challenge here… Customer clicks on a Google Ad, lands on a Webflow landing page with the appropriate UTM parameters after the URL. Once the person fills out the form, I want them to be redirected to a thank you page (also in Webflow) that keeps the exact same UTM parameters at the end of the URL. Any ideas?