new field to form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2025 12:05 PM
how to add a new field in to a form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2025 06:53 PM
Hi @778705abhi,
Please go to the form where you want to add fields, then right-click the form header and select Configure > Form Layout.
In the Create new field section, you can add new fields.
Add and customize a field in a table
If my answer was helpful, please click the Thumb Icon and mark it as the solution. This way, it can assist others in the future.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2025 06:54 PM
Please find below doc which explains how to create new fields
Regards,
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2025 07:32 PM
There are many ways to add field to a form. It is actually addition in the table. Mentioning few ways here:
From the Table:
Option A:
Go to System Definition > Tables.
Search and click on your table (e.g. change_request)
In the Columns tab, click New.
Enter:
Column label (e.g., “Risk Score”)
Column name auto-fills (can be edited if needed)
Type (e.g., String, Integer, Date, Choice, etc.)
Set Mandatory, Read Only, Default Value as per requirement.
Click Submit.
Option B: From the Form Designer (recommended)
Open a record from the target table.
Right-click form header > Configure > Form Design.
Drag the field type from the left (e.g., String, Choice, Reference) to the desired position on the form layout.
Fill in field label, type, and other properties.
Click Save or Publish.
You can also refer ServiceNow Docs : Form Designer | ServiceNow Developer