Need to hide Save button in Service portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
Hi Team,
I need to hide the save button in the feedback survey form available in the Service Portal. How to do this? The existing out of the box script is read-only.
Regards,
Sofiya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
Refer this post:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
Hi @Sofiya Perumal ,
since the OOB script is read-only, we won’t be able to modify it directly. In Service Portal, the best practice in such cases is to avoid touching OOTB components and instead extend them safely.
The recommended approach is to clone the widget that is rendering the survey form:
Go to Service Portal → Widgets and identify the survey/assessment widget used on your page
Click “Clone Widget” to create a custom copy
In the cloned widget, update the HTML template and remove or hide the Save button (usually tied to
ng-click="save()")Then replace the OOB widget with your cloned widget on the respective portal page
Hope this helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
screenshots please
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
