Skip to main content

I’m using a template field in a table to provide a link to the “attach file” wizard. Instead of displaying clickable text in my table, I’d like to display the paperclip “attach” icon.


My link works well if I use text (between _parent"> and tags), but if I put in the div class to insert the icon, the icon displays but is not clickable.


Here’s my template field:


{{#Attachments_Allowed__c}}
<div class=“sk-icon sk-icon-attachments”style=“display:inline-block”>

{{/Attachments_Allowed__c}}

Try this:


That works perfectly! Thanks for the quick reply.


In case anyone wants to do something similar, here’s the final link: