sn_customerservice_registration form is broken , nothing works on the form and throws many console errors.Issue sn_customerservice_registration form is broken , nothing works on the form and throws many console errors.ResolutionThe issue is because system property glide.ui.js_includes is set to false (OOB value true)When this property is set to false, there will be timing issues in how the scripts are loaded to the DOM as the scrips will be unpacked(Loaded as individual files, not as a js_includes bundles).To fix the issue : Set property glide.ui.js_includes to trueClear the cache Test the issue.