Topic
Instructions
- Within the Forms Designer, open the configuration of the controls that you wish to hide to everyone but the group members.
- In the Appearance section, click on the drop down for Visible. You should see an option for Yes, No and Expression.
- Choose expression and then click on the Inline Functions tab. You'll find a function called IsMemberOfGroup. You can use this like:
- fn-IsMemberOfGroup("GroupName")
Note: Excluding quotations around the group name may cause the form to not render properly.
The configured control will now only show for users within the specified group.