- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2025 07:42 AM
We're currently using the OOTB feedback widget on our portal:
However, we are wanting to amend this so that we don't see the 'Remind me later' and 'Do not share my personal info' buttons. Does anyone know how this is configured? Is is possible to add more options rather than just having the main three?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2025 12:37 AM
Clone that widget and then make these changes
1) comment this to remove "Remind me later"
2) add style attribute to remove that entire row (see how the changes apply and play with the HTML)
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2025 11:12 PM
Hi @matthew_hughes ,
Hiding "Remind me later" and "Do not share my personal info":
You can customize this by copying the OOTB feedback widget and creating a custom widget. In the custom version, you can remove or comment out the sections in the widget’s HTML and client script where these options are shown.Adding more feedback options:
Yes, it is possible! But again, it needs customizing the widget. You can edit the widget's server script and client script to add new options and handle them correctly when users select them.
always make a copy(clone widget) first instead of editing the original widget. That way, you won’t break the original behavior and your changes will be easier to maintain during upgrades.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2025 12:19 AM
Hi @Community Alums The name of the OOTB widget is called 'Experience Feedback Modal'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2025 11:21 PM - edited 04-24-2025 11:34 PM
Did you identify which widget is that?
you can clone that, remove the HTML elements for those 2 things and then hide them
Then add this newly created widget to your page
this link should help you
Integrated Experience and Service Feedback (Employee Center Pro)
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2025 12:20 AM
Hi @Ankur Bawiskar The name of the widget is called 'Experience Feedback Modal'