Skip to page contentSkip to chat
ServiceNow support
    • Community
      Ask questions, give advice, and connect with fellow ServiceNow professionals.
      Developer
      Build, test, and deploy applications
      Documentation
      Find detailed information about ServiceNow products, apps, features, and releases.
      Impact
      Accelerate ROI and amplify your expertise.
      Learning
      Build skills with instructor-led and online training.
      Partner
      Grow your business with promotions, news, and marketing tools
      ServiceNow
      Learn about ServiceNow products & solutions.
      Store
      Download certified apps and integrations that complement ServiceNow.
      Support
      Manage your instances, access self-help, and get technical support.
Troubleshooting form issues - Support and Troubleshooting
  • >
  • Knowledge Base
  • >
  • Support and Troubleshooting (Knowledge Base)
  • >
  • Troubleshooting form issues
KB0550574

Troubleshooting form issues


6257 Views Last updated : Jul 24, 2025 public Copy Permalink
KB Summary by Now Assist

Issue

This article shows how to troubleshoot form loading and broken form issues.

Form loading issues

Problem

The form does not fully load. The form may appear to be loaded, but if you can't see the context menu when you right-click, then this is the best indicator that it has not loaded. 

Solution

This is most likely caused by a client-side error that usually comes from a client script or UI script. Try opening the Browser Developer tool and loading the form. There should be an error visible in the console.

Broken form issues

Problem

Sections and fields are missing from the form.

Solution

The key to resolving broken form issues is to understand form structure and tables to identify the issues.

Form structure
  • The form structure is based on the type of view (Default, Advanced, etc.)
  • Views can be found in sys_ui_view table:

(Note: The first view with Name "[empty]"  and Title "Default view" should not be renamed because this can cause an issue on all forms.)

  • Every form must have a view, for example: container for Forms, Form Sections, Lists, and Related Lists (see the Default view example below): 

  • The form's related list points to [sys_ui_form] table. The form is the container for the form sections.
Identifying form issues
  • In the Related Lists form, you can find the table with the issue and open it. When the [sys_ui_form] record is open, you can see the type of form and the Form Sections related list. Notice the order of the form sections on the Form - incident below:

  • Most issues occur if you have form sections with the same positions. The first section by default does not have a name. Ensure that form sections do not have the same positions.

  • The form field only exists if the form has multiple sections that are added by personalizing a form. 

  • The related list of the form sections actually has a many-to-many relationship between forms and sections and is the [sys_ui_form_section] table. This only exists for a specific table when the form has multiple sections. In many cases, the record may exist in the list with the wrong reference, or the relationship is broken and needs to be added.

  • If the section is visible in this related list but the reference is wrong, follow the steps in article KB0534762. This details how to fix the broken relationships between [sys_ui_section] and [sys_ui_form_section] records.

  • If the record does not exist, you may need to restore the broken relationship. You can restore the relationship by clicking New and referencing the missing UI section by populating the Sys UI section field. You can do this if you know the name of the section and can find it in the list.

  • Keep in mind that when you click the Position link from the above-related list Form Sections, you are redirected to the [sys_ui_form_section] many-to-many table records. When you click the Sys UI section, you are redirected to the actual form section [sys_ui_section] record with all of its elements.

  • The Form Section [sys_ui_section] stores form section elements like fields and annotations. Below are all the elements that belong to a specific section in the Section Elements related list. Elements can be added or removed here, and the order can be changed:

Resolving form issues
  • In the [sys_ui_element] table, the majority of the form issues are resolved by inspecting above mentioned tables and comparing them with the base system. Form changes should be done using the Personalizing Form option. Access these tables to understand and fix the issue. We do not recommend creating sections and other form records directly in these tables.
  • You can compare the above table records with either the base system or one of your instances where the issue does not exist. When you find what is missing or corrupted, you can export the record in XML from another instance and import it as XML. Exporting/importing XML and deleting customized records is another way to solve the form issues.

  • Records that are not from the base system can be deleted to restore the base system default view (such as domain-specific). However, we recommend taking a backup first (exporting to XML) and deleting or importing from the other instance in this order:
    1. import element records
    2. sys_ui_section
    3. sys_ui_form 
    4. sys_ui_form_section 
    5. sys_ui_view

The world works with ServiceNow.

Sign in for more! There's more content available only to authenticated users Sign in for more!
Did this KB article help you?
Did this KB article help you?

Attachments

Attachments

  • Screen Shot 2015-06-28 at 6.43.45 PM.png
  • Screen Shot 2015-06-28 at 6.48.50 PM.png
  • Screen Shot 2015-06-28 at 7.15.22 PM.png
  • Screen Shot 2015-06-28 at 6.34.49 PM.png

How would you rate your Now Support digital experience?

*

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

What can we improve? Please select all that apply.

What are we doing well? Please select all that apply.

Tell us more

*

Do you expect a response from this feedback?

  • Terms and conditions
  • Privacy statement
  • GDPR
  • Cookie policy
  • © 2025 ServiceNow. All rights reserved.