Hi Viegas,
Do you now how can i send a variable on each one of the specific link?
"<h2>"+MainTitle+"</h2><span>"+SubTitle+"</span>"
You probably want to break that down into 3 different expressions:
"<h2>"+Option1+"</h2>"
"<h2>"+Option2+"</h2>"
"<h2>"+Option3+"</h2>"
Each link will bring the user in the same page but the information showed has to consider a specific variable that has an ID that will filter the content.
Now I can create the link, I can edit the text, but how can I had a variable?
For Example Option1 will bring the user into the page products and I need to let that page know that It has to show that product1.
Thanks for the help!
Simone
Do you now how can i send a variable on each one of the specific link?
"<h2>"+MainTitle+"</h2><span>"+SubTitle+"</span>"
You probably want to break that down into 3 different expressions:
"<h2>"+Option1+"</h2>"
"<h2>"+Option2+"</h2>"
"<h2>"+Option3+"</h2>"
Each link will bring the user in the same page but the information showed has to consider a specific variable that has an ID that will filter the content.
Now I can create the link, I can edit the text, but how can I had a variable?
For Example Option1 will bring the user into the page products and I need to let that page know that It has to show that product1.
Thanks for the help!
Simone