How to remove the Savbe button from Surveys and Assessments widget

ritaaudi
Tera Contributor

Hi:
I need to remove the Save button from the Surveys and Assessments portal form at:
https://instance.service-now.com/sp?id=take_survey&instance_id=1cfb6eeb474ae650661a527a516d43a4

ritaaudi_0-1751556204447.png

How do I do that?

Thank you!

1 REPLY 1

AyushKumarM
Mega Guru

Hello,

This is an OOB widget so you have to clone this widget and then edit the new widget. In the server script replace the line "if (actionTypes.indexOf('save') != -1) data.assessment.hide_save = true;" with "data.assessment.hide_save = true;". This will remove save button from every survey which will use your widget. Please mark this helpful.

Thank you.