Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

Need to hide Save button in Service portal

Sofiya Perumal
Tera Expert

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

3 REPLIES 3

ayushraj7012933
Mega Guru

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!

Ankur Bawiskar
Tera Patron

@Sofiya Perumal 

screenshots please

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader