I have buttons such as Save and Delete that are created in the IDE and have entries in the html.
I can Disable them, but its trivial to go into developer mode and enable them again. I would like to Delete them, thus removing temptation.
If I just remove the html
<button id="form.btnSave">Save</button>
- Will the button disappear?
- The button has a registered click event on it. Will this cause an issue?