admin管理员组文章数量:1287970
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 over to the next page as well? (so the URL is passed over across two pages instead of just the one).
So it would flow like this:
LeadPageExample -> Lead entered details -> LeadPageExample/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/checkout/?add-to-cart=312&fname=Alex&lname=Smith&[email protected]
Essentially I want the fname=Alex&lname=Smith&[email protected]
query to be re-attached to the next link and passed on twice in this scenario.
To illustrate:
LeadPageExample/checkout/?add-to-cart=312&fname=Alex&lname=Smith&[email protected]
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.
Thanks so much for the help.
本文标签: queryMaintaining Queries in URL
版权声明:本文标题:query - Maintaining Queries in URL 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741332626a2372854.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论