Email address In the new CMS 2

On my ‘article’ page I have an item {{item.contact}} in the md file I have

contact: someone@example.com

However this does not appear as a hyperlinked email, just plain text. What would be the correct format for this? Thanks

There’s probably a few ways to do this, but you could try this…

Add mailto:{{item.contact}} as a link to the text in Elements, like this:

This will then pull in the email address from the CMS on the highlighted text and make it a clickable link :slight_smile:

Thanks Dan, works a treat :slight_smile:

Whoohoo, that’s great news :tada: