Form not loading and other form related issuesIssue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Overview When a form is not loading or unable to save or submit, the issue might cause due to a specific field present in the form. In order to debug such cases below methods can be employed. Issue Below are some of the issue that can be investigated using the provided steps: Form not loading: When a record is not loading in form view.Unable to save or submit: When a record is not saving or getting submitting and showing a relevant error message. Troubleshooting Steps In order to troubleshoot such cases, below steps, can be followed: Go to "Views".Create a new view "test snc".In "Form" related list, create an entry for the "Table" which we are troubleshooting.Open the "Form" record and create a "Form Section" in Form sections related list.Go to the "Form Section" and add Form fields as "Section Elements".Add fields one-by-one until the issue is visible. Thus the field which was added before the e became visible is the cause of the issue. Additional Information These troubleshooting steps are applicable on all the ServiceNow versions.