How do I make an email address link in a repeat table? Been struggling with this for a couple of days…
See screen grab - I want the emails to be email links.:
How do I make an email address link in a repeat table? Been struggling with this for a couple of days…
See screen grab - I want the emails to be email links.:
This is the way I do it:
Wrap the syntax below with an anchor tag.
dmx-bind:href=“mailto:{{email}}” dmx-bind:title=“Send an email to {{first_name}} {{last_name}}?”>{{email}}