Deleting a Button from the form

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?

If you have added buttons on the designer, decouple these at least first before you delete the linked element in HTML.