The Now Platform® Washington DC release is live. Watch now!

Help
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Cancel and Save button in survey questionnaire

johnney
Kilo Contributor

Good Day,

Is it possible to disable the Save button and change the redirect link of the Cancel button?
save and cancel.PNG

1 ACCEPTED SOLUTION

Mrinmoy Koley
Kilo Expert

It calls an UI page "assessment_take2".



You can modify and comment out respective button tags.



Thanks,


Mrinmoy


View solution in original post

10 REPLIES 10

Kushagra Mehrot
Kilo Guru

Hi Alleh,



Not Sure, But I believe You may need to use DOM manipulation here.



Thanks


johnney
Kilo Contributor

Thank you for the reply Kushagra,



Where do you think i would put the script? And if I configure it, could it affect the other surveys?


Mrinmoy Koley
Kilo Expert

It calls an UI page "assessment_take2".



You can modify and comment out respective button tags.



Thanks,


Mrinmoy


Niclas
Mega Guru

Previously to London (or Kingston) you would have needed to modify the Survey UI Page to hide those buttons. However this is not best practices, as you might updates to this page on future release upgrades.

Starting with Kingston (or London, not sure) you can just add those two Parameters to the Survey URL you are sending via an E-Mail so that Save and Hide button are hidden:

 

sysparm_hide_save=true

sysparm_hide_cancel=true

 

However if the User would go to the My Survey & Assessments Self-Service Module, the save button would still be visible. This module calls the UI page assessment_list, that is rendering all your open survey. However this UI page seem not support similar parameters to invoke assessment_take2 with one of the parameters above set to true.