When creating a new Standard Change Template Save button is not respondingIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Symptoms When creating a new Standard Change Template using 'Propose a new Standard Change Template' catalog item clicking 'Save' button dont save the form. Form just stays and nothing happens. You will see an error in the Console: js_includes_catalog.jsx?v=08-15-2018_0923&lp=Thu_Aug_16_20_27_07_PDT_2018&c=19_320:4104 Uncaught ReferenceError: func is not defined at e.callCatalogSubmitHandlers (js_includes_catalog.jsx?v=08-15-2018_0923&lp=Thu_Aug_16_20_27_07_PDT_2018&c=19_320:4104) at e.catalogOnSubmit (js_includes_catalog.jsx?v=08-15-2018_0923&lp=Thu_Aug_16_20_27_07_PDT_2018&c=19_320:4112) at saveProducer (com.glideapp.servicecatalog_cat_item_view.do?v=1&sysparm_id=<sys_id>&sysparm_link_parent=<>&sysparm_catalog=<>&sysparm_catalog_view=catalog_default:579) at progressFormSubmit (StdChgProposalRPScript.jsdbx:107) at submitStdChgProposalInNew (StdChgProposalRPScript.jsdbx:118) at HTMLButtonElement.onclick (com.glideapp.servicecatalog_cat_item_view.do?v=1&sysparm_id=<>&sysparm_link_parent=<>&sysparm_catalog=<>&sysparm_catalog_view=catalog_default:559) Release Istanbul, Jakarta, Kingston Cause OnSubmit catalog client script on 'Propose a new Standard Change Template' catalog item Resolution -- Issue is happening due to custom OnSubmit client script on catalog item, if the script has below function call: g_form.getControl('select_0std_change_proposal.change_requests') -- HTML elements have changed and that function call is no longer returning a valid value and causing the client side error. Disabling the client script will resolve the issue. Review the client script and look for other options to make the requirement work Additional Information -- In the base system, there is no client script that uses this function call, so its always custom client script that has this function call. -- Instead of using client script try to use 'Mandatory Change Request Values' and see if that will help you achieve your functionality: Configure standard change catalog properties