Hi,
We’re trying to create a button that when clicked an email will open with the To field populated by a personalization field. Below is what we have...
<div style="padding-top: 20px; padding-bottom: 40px; padding-left: 20px; background-color: #dddddd; border: none;"><a class="smallyellowbutton" href="mailto:{{ person|lookup:"OSR Email"|default:"" }}">CONTACT ME NOW</a></div>
but we are getting this result. Any help would be appreciated.
<div style="padding-top: 20px; padding-bottom: 40px; padding-left: 20px; background-color: #dddddd; border: none;"><a class="smallyellowbutton" href="mailto:{{ person|lookup:"OSR Email"|default:"" }}">CONTACT ME NOW</div>

