Dynamic link does not working
Hi,
I have a campaign which is getting its content (images, texts, and links) from a Supplemental Table. When I send a test, the images and texts work fine, but the links does not. When I click it, it shows the following page:
Here is some of my RPL:
<#data SUP_HTML_DINAMICO_RAMP as sup>
<#filter DISPARO1 = DISPARO>
<#fields ASSUNTO IMAG_LINK TITULO CONTEUDO CTA LINK_CONTEUDO>
Here is a text link:
<a href="${sup.LINK_CONTEUDO}" style="color:#FFFFFF; text-decoration: none; font-weight:bold;">${sup.CTA}</a>
When I click an image or button I am supposed to go to the page which is stored in the SUP field "LINK_CONTEUDO", but instead it directs me to the page shown in the screenshot above.
0