Can someone give me a hint on how it works?
I'm working on a project and specific forms are only allowed to admins.
For example there are forms 1, 2 and 3. forms 1 and 2 is only allowed to admins. Guest is logged in, and the button that redirects to forms 1 and 2 should be disabled when users other than admin is logged in.
Thanks