Resolved! stop submit request though "enter" from my form on Service Portal
I found a workaround but not sure how to apply it, where should i add this script.Please guide me. $j("form").bind("keypress", function (e) { if (e.keyCode == 13) { e.preventDefault(); }}); https://community.servicenow.com/commu...