I'm attempting to use a field merge as part of a dynamically generated URL in E10. For example, in the text below, I need to merge the value stored in VAR1 as part of the URL so it's both displayed and clicks properly:
Your Unique URL is http://www.somehomepage.com/home.aspx?customID=VAR1
If VAR1 is 012345, then it should appear and work as the following:
Your Unique URL is http://www.somehomepage.com/ home.aspx?customID=012345
Is this possible in either the Awesome Editor, or HTML?