Forum Discussion
2 Replies
Sort By
- AbhishekGu3 years agoKhoros Staff
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> - keithkelly3 years agoLeader
Great news - thank you!