Forum Discussion
VikasB
8 years agoBoss
Yes, it can be done using custom code snippet.
Here are two options
a) You can also check if a user joined to that group or not.
<#if Not_Joined >
Content goes here to make TKB close. i.e. you can set redirection here and put it in page initialization script.
</#if>
b) Whenever a user joins the group, you just need to trigger the ADD role API. After that, you just need to put the condition same in your mentioned code.
Related Content
- 10 months ago
- 3 years ago