All Topics
How can I format a column with an email adress with a mailto link?
Hi there,
we have a custom field with an email address. I want to output the mail address with both an clickable mailto link and the original value as well. Pseudocode:
<a href="mailto:$mailadress">$mailadress</a>
The problem is: I need to use the value of the cf twice to do this, and I haven’t figured it out. The only thing I was able to do is using the mailto link with a generic “E-Mail” Logo by using the before and after values, which results into this:
<a href="mailto:$mailadress">Mail Adress</a>
Any help appreciated!
You must be logged in to reply to this topic.