Forum Discussion
GiuseppeMacri
6 years agoQrew Captain
if your familiar with the Image Onload Technique by Dan Diebolt, you can create a code page with this code to remove the save button:
$("#formFooterButtonsContainer").hide();
$("#saveButton, #saveButton + a").hide();
------------------------------
GMacri
------------------------------
$("#formFooterButtonsContainer").hide();
$("#saveButton, #saveButton + a").hide();
------------------------------
GMacri
------------------------------