Using custom fields in email
I am trying to add a link to my email body using the custom field option but the upon sending the test campaign it doesn't seem to work. Here's what I do.
I have a custom field as Lurl which I use to store the LinkedIn URL of my customers. So I have added <a href="[Lurl]">LinkedIn</a>
as I want to the anchor text to be LinkedIn URL. But it doesn't work. What am I doing wrong here?
This discussion has been closed.
Comments
Hi,
It should be:
<a href="[Lurl,fallback=]">LinkedIn</a>
instead of:
<a href="[Lurl]">LinkedIn</a>
Thanks.
Best regards,
Ben