Making Conditional Dropdown
I'm making a form to make a user, here I want to give the condition if the role is not the head of the study program, the study program dropdown is hidden. how do you do it? Maybe anyone knows
Oh yes, the roles is taken from the shield and I have set the access rights
Thank You 🙏

3 Replies
$get()
will return the actual value – in this case the role id and not the role name.Thanks for the answer, I'll try out all the suggestion from both of you 👍