Forum Discussion
keithkelly
3 years agoLeader
Great news - thank you!
Hello keithkelly,
You can use following IF tag to hide components for anonymous users
<#if !user.anonymous>
// Write code here which will not display to anonymous users
</#if>
Great news - thank you!