I have a form where I have a radio button Field which I want only members of a particular Laserfiche Forms Group to be able to access one particular option of that field.
I know how to hide or show the option using custom JavaScript, but not how to determine if the user is or is not a member of the forms group.
Is there any means which can do this either by field rules, adding an element which will indicate if the user is part of the relevant group, or determine if user is in a group by using JavaScript ?