This support ticket is created 6 years, 8 months ago. There's a good chance that you are reading advice that it now obsolete.
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.
Hi, is there a way for Toolset to be able to pass-through variables via URLs (or another mechanism) from one URL to another, and have that information captured and retained to be used further down the line? Please see below:
Is there any documentation that you are following?
No, I am wondering if this is doable. If not, I'd like to put in a feature request since I believe this is extremely important in being able to create a consistent and cohesive Customer Journey experience.
Is there a similar example that we can see?
hidden link ThriveCart And Facebook Friend hidden link
Yes, this is what I am talking about in terms of tutorials, video guides, etc. Want to understand and see a step-by-step real life example of how this is created and setup.
Minesh is sick but will hopefully be back tomorrow when he will be able to continue with this.
You should be able to chain your linked pages together like so:
// Add this to page 1
<a href="site.com/page-2/?colour=yellow">Link to page 2</a>
// Add this to page 2
<a href="site.com/page-3/?colour=[wpv-search-term param='colour']">Link to page 3</a>
// Add this to page 3
<a href="site.com/page-4/?colour=[wpv-search-term param='colour']">Link to page 4</a>
So, I get the difference between page 1 to page 2, but what's the main difference between page 2 and page 3?
Also, the above syntax makes sense and I understand how it works, but I'm curious to know - is there a practical video showing off this demo? Would be interested to see a real-case example of how it all plays out.