How do I make changes in the content of Knowledge article feedback pop up?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2020 05:54 AM
Hi,
I want to update the content of knowledge feedback modal pop up. But not able to find it. Is this modal pop up comes from widget "Knowledge Article Comments". Can someone please help me find out where this code is, so that I can make changes in the content of it.
Thanks,
v
- Labels:
-
Incident Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2022 07:29 AM
Hi @Shivaraj G.
Please let me know how to make the details "Mandatory" when "Other" is selected
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2022 04:45 AM
Hi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2023 09:33 AM
any luck so far ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2023 09:33 AM
@Shivaraj G_ - can you share the codes you added?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2023 05:14 PM
Hi @MR1,
I have added following to appear the text on selection of "Other"
<div class="other-inst" ng-show="data.reason == 4">
<span>If you still have some questions or would like help from HR, please use the "Need help?" service to submit your question to HR for further assistance</span>
</div>