Hiding a global template from a specific group

Kirby2
Giga Contributor

Hi,

Is there any way to hide a global template from a selected group? Please see below screenshot. Thanks.

find_real_file.png

5 REPLIES 5

Hi Joe,

Assuming that you can define the condition for a set of users or assignment group, now you  can apply template onload of a form as shown below 

function onLoad() {
  applyTemplate('30c98e98dbd463008da35421cf961979');//sys_id of template
}

Hope this answers your query.

Thank you

Regards,

Rupesh Pulamarasetty