RichardW
New Member
Hi,
I'd like to be able to have a custom link in emails so that a user can choose initiate an action on a website.
The website will accept a 'silent post' with querystrings as arguments, so the obvious answer is to include a link of the form href='othersite.com?user='
However, the [email] tag is either ignored (if within the quote) or removed altogether if outside it (something ike href='othersite.com?user='+[email]
Before delving into the 'html purifier' I thought it worth an ask to see if anyone's come across this scenario before, or if there's a known fix. I did find the thread on conditional tags being stripped, which looks like a similar situation (the html 'purifier' removing code or tags it doesn't like) but may not be completely the same thing.
I'd like to be able to have a custom link in emails so that a user can choose initiate an action on a website.
The website will accept a 'silent post' with querystrings as arguments, so the obvious answer is to include a link of the form href='othersite.com?user='
However, the [email] tag is either ignored (if within the quote) or removed altogether if outside it (something ike href='othersite.com?user='+[email]
Before delving into the 'html purifier' I thought it worth an ask to see if anyone's come across this scenario before, or if there's a known fix. I did find the thread on conditional tags being stripped, which looks like a similar situation (the html 'purifier' removing code or tags it doesn't like) but may not be completely the same thing.