- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-10-2024 10:36 PM
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?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-11-2024 03:02 AM
Thank you! It worked for me:
Use $j("#id_of_your_element").hide(); to hide the element for a particular condition.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-10-2024 11:18 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-11-2024 03:02 AM
Thank you! It worked for me:
Use $j("#id_of_your_element").hide(); to hide the element for a particular condition.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-11-2024 03:26 AM