I'm trying to use a field containing an email address in an anchor tag for a popup. I've tried
<a href="'mailto:' + {email1}">{email1}</a>
which appears as a link but doesn't work as a mailto:. I've tried various ways of escaping the inner quotes, like \' and \"
...anyone have a working email link like this is a popup? Thank you.