Site icon Hip-Hop Website Design and Development

Sustaining Queries in URL

After I generate a lead I get the values handed on by way of the URL Question which is the next:

?fname=[value]&lname=[value]&electronic mail=[value]

I’d wish to know the way I can carry this question over to the subsequent web page as nicely? (so the URL is handed over throughout two pages as an alternative of simply the one).

So it might stream like this:

LeadPageExample.com -> Lead entered particulars -> LeadPageExample.com/Upsell?fname=Alex&lname=Smith&electronic mail=asmith@electronic mail.com -> Lead clicks on cancel or add to cart (I would like fname=Alex&lname=Smith&electronic mail=asmith@electronic mail.com to be handed on once more) -> LeadPageExample.com/checkout/?add-to-cart=312&fname=Alex&lname=Smith&electronic mail=asmith@electronic mail.com

Primarily I would like the fname=Alex&lname=Smith&electronic mail=asmith@electronic mail.com question to be re-attached to the subsequent hyperlink and handed on twice on this state of affairs.

As an example:

LeadPageExample.com/checkout/?add-to-cart=312&fname=Alex&lname=Smith&electronic mail=asmith@electronic mail.com

Any concepts? Is it doable? If that’s the case, how?

To be much more particular, I ONLY need this to occur on particular webpages on my wordpress web site.

Thanks a lot for the assistance.