Maintaining Queries in URL
-
Hi,
When I generate a lead I get the values passed on via the URL Query which is the following:
?fname=[value]&lname=[value]&email=[value]
I’d like to know how I can carry this query on to the next page as well?
So it would flow like this:
LeadPageExample.com -> Lead entered details -> LeadPageExample.com/Upsell?fname=Alex&lname=Smith&[email protected] -> Lead clicks on cancel or add to cart (I want fname=Alex&lname=Smith&[email protected] to be passed on again) -> LeadPageExample.com/checkout/?add-to-cart=312&fname=Alex&lname=Smith&[email protected]
Essentially I want the fname=Alex&lname=Smith&[email protected] query to be passed on twice in this scenario.
Any ideas? Is it possible? If so, how?
To be even more specific, I ONLY want this to happen on specific webpages on my wordpress site.
Please explain to me like a 5 year old too :).
Thanks so much for the help.
- The topic ‘Maintaining Queries in URL’ is closed to new replies.