I want to be able to check if the current user (by their login email) is an admin. If so, then they have certain rites.
I have two tables:
Message Table
Admin Table
In the “Message Table” i use “ref” to search the “Admin Table” for users. That works, however - i want the current user (by email) to auto fill the rest - NOT a drop down menu.
So… If I am an Admin and i am in the app. I want to be able to go to the form. The form will auto populate my credentials, then i can complete the message.
Currently - it gives me a drop down menu as i have that “ref” Type.
Thoughts?