Hide/Remove SAVE button on customer survey in service portal

Abdulrajak Shai
Tera Contributor

Hi All,

How to hide/remove the SAVE button on survey form(customer survey) in service portal.

I have modified assessment_take2 to hide SAVE button on platform and it works fine. How to hide the same in service portal? Can any one please help.

find_real_file.png

 

Thank you.

5 REPLIES 5

Saurav11
Kilo Patron
Kilo Patron

Hello,

Please find the widget called 'take survey'. Inside the widget, there is a related list called 'Angular Providers'. Within here, there is 'spSurveyForm' which is where you will find the buttons. (the save button is around line 94) You just need to comment out the line.

You can find the same solution in the below article:-

https://community.servicenow.com/community?id=community_question&sys_id=34b53e8ddb2a9340feb1a851ca9619fa

Please mark answer correct/helpful based on Impact.

Hi Saurav,

 

Yes, I checked that mentioned widget('take survey), its deprecated in San Diego version, I commented out the save button is around line 94 but changes are not happening.

 

Yousaf
Giga Sage

Hi Abdulrajak,

Check this link please,

Is it possible to remove the 'Save' button from the bottom of surveys? If so, how?

 

 

Mark Correct or Helpful if it helps.

 


***Mark Correct or Helpful if it helps.***

Alon Grod
Tera Expert

Hi, did you find a solution to this problem?