Unnecessary items are displayed when submitting Incident with ESC

Kentaro Numata
Tera Guru

Hello, It's Kentaro.

 

When you submit Incident using ESC, the following screen will be displayed.
The item "Options" in the red frame will be displayed.

 

The contents are the Variable of the Variable Set and the input data.

Is there a way to prevent it from being displayed?

If anyone knows of a specific method, please let me know.

 

Thanks,

Kentaro.

 

スクリーンショット 2024-07-29 8.14.20.png

 

1 ACCEPTED SOLUTION

Shruti
Mega Sage
Mega Sage

Hi,

 

Press Ctrl+Right click on widget

Shruti_1-1722237094588.png

 

Go to instance in page editor, paste below in CSS section and save it

.v3e2bcf17b7220010bcd50718ee11a956{
display:none;
}

Shruti_0-1722237057203.png

 

View solution in original post

2 REPLIES 2

Shruti
Mega Sage
Mega Sage

Hi,

 

Press Ctrl+Right click on widget

Shruti_1-1722237094588.png

 

Go to instance in page editor, paste below in CSS section and save it

.v3e2bcf17b7220010bcd50718ee11a956{
display:none;
}

Shruti_0-1722237057203.png

 

Hi, @Shruti !

 

Thank you for replying.

It's done!

 

Thanks,

Kentaro.