How to remove "indicates required" from incident portal form?

JordyZ
Mega Sage

Hi,

 

I'd like to remove "indicates required" from the incident portal form as I don't find it necessary. How do I go about doing this?

 

Thanks in advance.

1 ACCEPTED SOLUTION

Veer
Tera Guru

@JordyZ  its not recommended to remove the message, however if you would like to know where to change the same, right click on the form by holding control key, you will see below options.

 

Veer_0-1671612446958.png


Click on widget in editor, it will open the widget SC Catalog Item on widget editor. The widget is common across all  all catalog items and record producers, once you click on widget in editor you will see below screen.

 

Veer_1-1671612624986.png

 

Search the text in HTML Template you will find the same. comment it so that it will be removed from the widget.

use the below tag to comment in angular js

 

<!-- message-->

View solution in original post

2 REPLIES 2

RaghavSh
Kilo Patron

@JordyZ This label automatically comes for catalog items / record producers, which have a mandatory field to be filled in, if you don't have any mandatory field, it will go away.

To remove this even if you have mandatory fields , you will need to edit OOB "SC Catalog Item" widget, which is not recommended by servicenow. Additionally, it will not just affect create incident, but all catalog items because the widget which renders is "SC Catalog Item".


Please mark the answer correct/helpful accordingly.


Raghav
MVP 2023

Veer
Tera Guru

@JordyZ  its not recommended to remove the message, however if you would like to know where to change the same, right click on the form by holding control key, you will see below options.

 

Veer_0-1671612446958.png


Click on widget in editor, it will open the widget SC Catalog Item on widget editor. The widget is common across all  all catalog items and record producers, once you click on widget in editor you will see below screen.

 

Veer_1-1671612624986.png

 

Search the text in HTML Template you will find the same. comment it so that it will be removed from the widget.

use the below tag to comment in angular js

 

<!-- message-->