I have a formula feild that displays a hyperlink if certain criteria on a record are met, and I would like to display that hyperlink on a visualforce email template.
However, it displays the HTML behind the link instead of just the link text... is there a way to get around this?
Here it is in the template editor:
{!rate.Approval_Hyperlink__c}
but it renders on the page like this:
thanks!
John
4 answers
thanks Stephen, its a real pickle! I wonder if I could put the if statement in the email template itself instead of a formula field.