Hello, I am trying to create a custom code email with personalized links, and I am running into an issue. When I try to create a custom link like this: <p> <a href="[[custom.link_1]]">[[custom.registration_1]]</a></p>, when the email gets sent out, the text saved in the field [[custom.registration_1]] shows up in the email as expected, but it is not a link to the url saved in the custom field link 1. If I hard code a link into that code (ie <p> <a href="https://www.example.com">Test Link</a></p>), then it works as expected. Is there something I need to do differently to make it work? Thanks!
... View more