How to hide customized questions on review_request UI page?

ArpitaVK
Tera Expert

I have added customized questions on review_request UI page for Request Exception. These questions are visible for 'Mark as False positive' and 'Close' popup as well. How to hide those questions for rest of the two?

1 ACCEPTED SOLUTION

Thank you! It worked for me:

Use $j("#id_of_your_element").hide(); to hide the element for a particular condition.

View solution in original post

3 REPLIES 3

Community Alums
Not applicable

Hi @ArpitaVK ,

YOu will need to work on the Client Script present in the UI page :

SandeepDutta_0-1710137877147.png

 

 

Thank you! It worked for me:

Use $j("#id_of_your_element").hide(); to hide the element for a particular condition.

Community Alums
Not applicable

Hi @ArpitaVK ,

Glad that. i could help you, Please mark the answers such that others can get help.