How do you make frontend buttons secure?
Hi,
I have a question. I spend a decent amount of time coding checks if something is allowed to happen. mostly because it is so easy to enable, disabled/hidden buttons.
You can just edit this html on the frontend:
disabled button. but in the front end I can just remove disabled="" and I can use the button.
![]()
remove display: none; and you can use the button
![]()
Is there a way to disable clicked event on runtime? Or something else that the end user can't change themselves

