Hi,
We have added the following <a href=""></a> tags to our trigger body (auto response trigger) and the hyperlink is not clickable or anything, it is just plain text. Please assist?
<a href="www.google.com">text here</a>
Hi,
We have added the following <a href=""></a> tags to our trigger body (auto response trigger) and the hyperlink is not clickable or anything, it is just plain text. Please assist?
<a href="www.google.com">text here</a>
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
Hi Davis,
It should work if you add the protocol to the url, e.g.: <a href="https://www.google.com">text here</a>