<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: How to amend the Feedback widget on the portal in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/how-to-amend-the-feedback-widget-on-the-portal/m-p/3247459#M1198031</link>
    <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/59868"&gt;@matthew_hughes&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you identify which widget is that?&lt;BR /&gt;you can clone that, remove the HTML elements for those 2 things and then hide them&lt;/P&gt;
&lt;P&gt;Then add this newly created widget to your page&lt;/P&gt;
&lt;P&gt;this link should help you&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.servicenow.com/community/employee-center-articles/integrated-experience-and-service-feedback-employee-center-pro/ta-p/2877669" target="_blank" rel="noopener"&gt;Integrated Experience and Service Feedback (Employee Center Pro)&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If my response helped please mark it correct and close the thread so that it benefits future readers.&lt;/P&gt;</description>
    <pubDate>Fri, 25 Apr 2025 06:34:41 GMT</pubDate>
    <dc:creator>Ankur Bawiskar</dc:creator>
    <dc:date>2025-04-25T06:34:41Z</dc:date>
    <item>
      <title>How to amend the Feedback widget on the portal</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-amend-the-feedback-widget-on-the-portal/m-p/3246842#M1197877</link>
      <description>&lt;P&gt;We're currently using the OOTB feedback widget on our portal:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="matthew_hughes_0-1745505650606.png" style="width: 676px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/437642iC4E234F3D6D94A53/image-dimensions/676x668?v=v2" width="676" height="668" role="button" title="matthew_hughes_0-1745505650606.png" alt="matthew_hughes_0-1745505650606.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Apr 2025 14:42:29 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-amend-the-feedback-widget-on-the-portal/m-p/3246842#M1197877</guid>
      <dc:creator>matthew_hughes</dc:creator>
      <dc:date>2025-04-24T14:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to amend the Feedback widget on the portal</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-amend-the-feedback-widget-on-the-portal/m-p/3247447#M1198029</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/59868"&gt;@matthew_hughes&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P class=""&gt;&lt;STRONG&gt;Hiding "Remind me later" and "Do not share my personal info":&lt;/STRONG&gt;&lt;BR /&gt;You can customize this by &lt;STRONG&gt;copying&lt;/STRONG&gt; the OOTB feedback widget and creating a &lt;STRONG&gt;custom widget&lt;/STRONG&gt;. 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.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;&lt;STRONG&gt;Adding more feedback options:&lt;/STRONG&gt;&lt;BR /&gt;Yes, it is possible! But again, it needs &lt;STRONG&gt;customizing the widget&lt;/STRONG&gt;. You can edit the widget's server script and client script to add new options and handle them correctly when users select them.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;always &lt;STRONG&gt;make a copy(clone widget) first&lt;/STRONG&gt; 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.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 06:12:19 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-amend-the-feedback-widget-on-the-portal/m-p/3247447#M1198029</guid>
      <dc:creator>Community Alums</dc:creator>
      <dc:date>2025-04-25T06:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to amend the Feedback widget on the portal</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-amend-the-feedback-widget-on-the-portal/m-p/3247459#M1198031</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/59868"&gt;@matthew_hughes&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you identify which widget is that?&lt;BR /&gt;you can clone that, remove the HTML elements for those 2 things and then hide them&lt;/P&gt;
&lt;P&gt;Then add this newly created widget to your page&lt;/P&gt;
&lt;P&gt;this link should help you&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.servicenow.com/community/employee-center-articles/integrated-experience-and-service-feedback-employee-center-pro/ta-p/2877669" target="_blank" rel="noopener"&gt;Integrated Experience and Service Feedback (Employee Center Pro)&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If my response helped please mark it correct and close the thread so that it benefits future readers.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 06:34:41 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-amend-the-feedback-widget-on-the-portal/m-p/3247459#M1198031</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2025-04-25T06:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to amend the Feedback widget on the portal</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-amend-the-feedback-widget-on-the-portal/m-p/3247477#M1198034</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/59868"&gt;@matthew_hughes&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P class=""&gt;The widget you're using is most likely called 'experience-feedback-mobile'. You can right-click on the widget (Ctrl + right-click) and select &lt;STRONG&gt;"Open in Widget Editor"&lt;/STRONG&gt; to view or edit the code.&lt;/P&gt;&lt;P class=""&gt;If you want to &lt;STRONG&gt;add or remove options&lt;/STRONG&gt;, first &lt;STRONG&gt;take a backup&lt;/STRONG&gt; of the widget code. Then, you can safely edit the original widget to customize the buttons like "Remind me later" or "Do not share my personal info."&lt;/P&gt;&lt;P class=""&gt;If you need any help, feel free to reach out to me at &lt;STRONG&gt;&lt;A target="_blank" rel="noopener"&gt;adhlraotejas1018@gmail.com&lt;/A&gt;&lt;/STRONG&gt; or connect with me on &lt;A class="" href="https://www.linkedin.com/in/tejas1018/" target="_new" rel="noopener"&gt;LinkedIn&lt;/A&gt;.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TejasAdhalrao_0-1745562713398.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/437821iF926B17F1AED573A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="TejasAdhalrao_0-1745562713398.png" alt="TejasAdhalrao_0-1745562713398.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 06:33:12 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-amend-the-feedback-widget-on-the-portal/m-p/3247477#M1198034</guid>
      <dc:creator>Community Alums</dc:creator>
      <dc:date>2025-04-25T06:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to amend the Feedback widget on the portal</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-amend-the-feedback-widget-on-the-portal/m-p/3247548#M1198060</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Community Alums&amp;nbsp;The name of the OOTB widget is called 'Experience Feedback Modal'&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 07:19:56 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-amend-the-feedback-widget-on-the-portal/m-p/3247548#M1198060</guid>
      <dc:creator>matthew_hughes</dc:creator>
      <dc:date>2025-04-25T07:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to amend the Feedback widget on the portal</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-amend-the-feedback-widget-on-the-portal/m-p/3247550#M1198061</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/265966"&gt;@Ankur Bawiskar&lt;/a&gt;&amp;nbsp;The name of the widget is called 'Experience Feedback Modal'&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 07:20:24 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-amend-the-feedback-widget-on-the-portal/m-p/3247550#M1198061</guid>
      <dc:creator>matthew_hughes</dc:creator>
      <dc:date>2025-04-25T07:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to amend the Feedback widget on the portal</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-amend-the-feedback-widget-on-the-portal/m-p/3247562#M1198067</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/59868"&gt;@matthew_hughes&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Clone that widget and then make these changes&lt;/P&gt;
&lt;P&gt;1) comment this to remove "Remind me later"&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AnkurBawiskar_0-1745566261984.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/437847i5ADC748CF06AEA6E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AnkurBawiskar_0-1745566261984.png" alt="AnkurBawiskar_0-1745566261984.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) add style attribute to remove that entire row (see how the changes apply and play with the HTML)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AnkurBawiskar_1-1745566649480.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/437848i1314088968A38766/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AnkurBawiskar_1-1745566649480.png" alt="AnkurBawiskar_1-1745566649480.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If my response helped please mark it correct and close the thread so that it benefits future readers.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 07:37:48 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-amend-the-feedback-widget-on-the-portal/m-p/3247562#M1198067</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2025-04-25T07:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to amend the Feedback widget on the portal</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-amend-the-feedback-widget-on-the-portal/m-p/3247565#M1198068</link>
      <description>&lt;P&gt;How would I then apply the cloned widget to my portal?&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 07:39:37 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-amend-the-feedback-widget-on-the-portal/m-p/3247565#M1198068</guid>
      <dc:creator>matthew_hughes</dc:creator>
      <dc:date>2025-04-25T07:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to amend the Feedback widget on the portal</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-amend-the-feedback-widget-on-the-portal/m-p/3247570#M1198071</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/265966"&gt;@Ankur Bawiskar&lt;/a&gt;&amp;nbsp;Once I've made those changes, h&lt;SPAN&gt;ow would I then apply the cloned widget to my portal?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 07:42:18 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-amend-the-feedback-widget-on-the-portal/m-p/3247570#M1198071</guid>
      <dc:creator>matthew_hughes</dc:creator>
      <dc:date>2025-04-25T07:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to amend the Feedback widget on the portal</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-amend-the-feedback-widget-on-the-portal/m-p/3247583#M1198075</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/59868"&gt;@matthew_hughes&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you need to identify how that widget is linked with that header menu options&lt;/P&gt;
&lt;P&gt;There you need to replace the OOTB one with your cloned one&lt;/P&gt;
&lt;P&gt;If my response helped please mark it correct and close the thread so that it benefits future readers.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 07:52:37 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-amend-the-feedback-widget-on-the-portal/m-p/3247583#M1198075</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2025-04-25T07:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to amend the Feedback widget on the portal</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-amend-the-feedback-widget-on-the-portal/m-p/3247612#M1198081</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/265966"&gt;@Ankur Bawiskar&lt;/a&gt;&amp;nbsp; Thanks that's helped a lot. I've managed to remove the Remind me Later and Do not share personal info parts. However, I was just wondering if you know how I add more feedback options rather than having the normal three in the screenshot.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 08:39:54 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-amend-the-feedback-widget-on-the-portal/m-p/3247612#M1198081</guid>
      <dc:creator>matthew_hughes</dc:creator>
      <dc:date>2025-04-25T08:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to amend the Feedback widget on the portal</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-amend-the-feedback-widget-on-the-portal/m-p/3247620#M1198086</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/59868"&gt;@matthew_hughes&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Glad to help.&lt;/P&gt;
&lt;P&gt;I believe I have answered your question and you can take it further from here.&lt;/P&gt;
&lt;P&gt;If my response helped please mark it correct and close the thread so that it benefits future readers.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 08:59:51 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-amend-the-feedback-widget-on-the-portal/m-p/3247620#M1198086</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2025-04-25T08:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to amend the Feedback widget on the portal</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-amend-the-feedback-widget-on-the-portal/m-p/3247623#M1198088</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/59868"&gt;@matthew_hughes&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For that you will have to customize the widget code itself i.e. combination of html, client and server&lt;/P&gt;
&lt;P&gt;If my response helped please mark it correct and close the thread so that it benefits future readers.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 09:00:46 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-amend-the-feedback-widget-on-the-portal/m-p/3247623#M1198088</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2025-04-25T09:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to amend the Feedback widget on the portal</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-amend-the-feedback-widget-on-the-portal/m-p/3247627#M1198091</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/265966"&gt;@Ankur Bawiskar&lt;/a&gt;&amp;nbsp;Ah I see. So there's no way, we can define the options in a table e.g. emoji, description etc&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 09:05:45 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-amend-the-feedback-widget-on-the-portal/m-p/3247627#M1198091</guid>
      <dc:creator>matthew_hughes</dc:creator>
      <dc:date>2025-04-25T09:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to amend the Feedback widget on the portal</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-amend-the-feedback-widget-on-the-portal/m-p/3247628#M1198092</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/59868"&gt;@matthew_hughes&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please share how and from where did you update the widget so that it picks your cloned widget and not the OOTB one&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 09:05:52 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-amend-the-feedback-widget-on-the-portal/m-p/3247628#M1198092</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2025-04-25T09:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to amend the Feedback widget on the portal</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-amend-the-feedback-widget-on-the-portal/m-p/3247652#M1198097</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/59868"&gt;@matthew_hughes&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I could find this configurations but not sure if this will help i.e. the &lt;STRONG&gt;Feedback Definitions module&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;I think you need to create a new feedback definition etc&lt;/P&gt;
&lt;P&gt;check this link which talks about this in deep&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.servicenow.com/community/employee-center-articles/integrated-experience-and-service-feedback-employee-center-pro/ta-p/2877669" target="_blank" rel="noopener"&gt;Integrated Experience and Service Feedback (Employee Center Pro)&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AnkurBawiskar_0-1745572994887.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/437864i280DFA44DDC73DEB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AnkurBawiskar_0-1745572994887.png" alt="AnkurBawiskar_0-1745572994887.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If my response helped please mark it correct and close the thread so that it benefits future readers.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 09:28:11 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-amend-the-feedback-widget-on-the-portal/m-p/3247652#M1198097</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2025-04-25T09:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to amend the Feedback widget on the portal</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-amend-the-feedback-widget-on-the-portal/m-p/3248712#M1198406</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/59868"&gt;@matthew_hughes&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope you are doing good.&lt;/P&gt;
&lt;P&gt;Did my reply answer your question?&lt;/P&gt;
&lt;P&gt;If my response helped please mark it correct and close the thread so that it benefits future readers.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2025 03:00:18 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-amend-the-feedback-widget-on-the-portal/m-p/3248712#M1198406</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2025-04-28T03:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to amend the Feedback widget on the portal</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-amend-the-feedback-widget-on-the-portal/m-p/3249184#M1198594</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/265966"&gt;@Ankur Bawiskar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you know where the following is configured:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="matthew_hughes_1-1745842950295.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/438252i1A155D18B1C34429/image-size/medium?v=v2&amp;amp;px=400" role="button" title="matthew_hughes_1-1745842950295.png" alt="matthew_hughes_1-1745842950295.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It would be good if I can change the title and help text.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2025 12:22:57 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-amend-the-feedback-widget-on-the-portal/m-p/3249184#M1198594</guid>
      <dc:creator>matthew_hughes</dc:creator>
      <dc:date>2025-04-28T12:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to amend the Feedback widget on the portal</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-amend-the-feedback-widget-on-the-portal/m-p/3249190#M1198597</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/59868"&gt;@matthew_hughes&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I believe I have answered your question and also provided guidance on subsequent question as well.&lt;/P&gt;
&lt;P&gt;If my response helped please mark it correct and close the thread so that it benefits future readers.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2025 12:30:00 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-amend-the-feedback-widget-on-the-portal/m-p/3249190#M1198597</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2025-04-28T12:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to amend the Feedback widget on the portal</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-amend-the-feedback-widget-on-the-portal/m-p/3249192#M1198598</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/59868"&gt;@matthew_hughes&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;for your follow up question you can make changes here&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AnkurBawiskar_0-1745843549616.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/438254i0F9068D9B220B7A0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AnkurBawiskar_0-1745843549616.png" alt="AnkurBawiskar_0-1745843549616.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If my response helped please mark appropriate responses as correct &amp;amp; close the thread so that it benefits future readers.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2025 12:32:45 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-amend-the-feedback-widget-on-the-portal/m-p/3249192#M1198598</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2025-04-28T12:32:45Z</dc:date>
    </item>
  </channel>
</rss>

