Question
Linking To Email from Fields
Simple problem with that's hard to google.
I'm linking to an email that's being passed in via a field in an e-mail template.
Your advisor is <a href="mailto:{{company.AdvisorEmail:default=edit me}}">{{company.AdvisorName}}</a>
It's giving me a "Warning: <a> escaping malformed URI reference" error.
Putting in an actual email like frank@stank.com works just fine.
Any ideas on how to get around this?