I am trying to change the label of the ‘Save’ button to ‘Next’ using javascript and without having to click on Save first. <input type=”button” name=”ctl01$SaveButton” value=”Save” onclick=”if(this.disabled)return false;accountCreatorInstance_ctl01_TemplateBody_WebPartManager1_gwpciNewContactAccountCreatorCommon_ciNewContactAccountCreatorCommon.ShowErrors();if(!RunAllValidators(new Array(‘52503d2c-d362-4864-a72d-5f883619889d’), true)) return false;this.disabled=’disabled’;WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl01$SaveButton", "", true, "", "", false, true))” id=”ctl01_SaveButton” title=”Save” class=”PrimaryButton TextButton Save” data-ajaxupdatedcontrolid=”ContentDiv” translate=”yes”> I’ve tried many different versions but nothing seems … Read more