Hi,
I’ve built a custom Template Group for member profiles, and I’m using the {exp:member:custom_profile_data} tag to grab the member’s info and display it on page. The only way to get a user’s email address is to use {email} which is pre-encoded. What I want to do is display a ‘click here’ link instead of the encoded email…
Basically, using pre-existing EE functionality, I want to do this:
{encode="{email}” title=“click here”}
But that doesn’t work since EE is automatically encoding the email address.
So, how can I do this in my template?
—Michael—
Mod Edit: Moved to the How To Forum