Skip to main content
Hello!

 

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: 

 

How do I properly display a formula generated hyeperlink on a visualforce email template?

 

thanks!

 

John

 

 
4 answers
  1. Sep 28, 2015, 7:03 PM
    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. 
0/9000