Discussions
I get some wierd characters in my links "&" how can I solve that ?
almost 3 years ago by Cerbelaud
Hello,
I have a link like this https://mywebsite.com/page?info1=yes&info2=no that I stored in a variable named "link".
When I want to display it in a button, in the link textarea of my button, I use {{ link }}
When I click on the button, the link has been modified: the & characters have been replaced by & leading the link parameters to be wrong : https://mywebsite.com/page?info1=yes&info2=no
How can we solve this?