- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-01-2016 12:01 AM
Good Day,
Is it possible to disable the Save button and change the redirect link of the Cancel button?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-01-2016 02:23 AM
It calls an UI page "assessment_take2".
You can modify and comment out respective button tags.
Thanks,
Mrinmoy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-08-2019 08:04 AM
I did it this way and it worked: Go to UI Pages and open "assessment_take2.do" and modify the line.
<j:set var="jvar_hideSave" value="${sysparm_hide_save}" />
to
<j:set var="jvar_hideSave" value="true" />
Hope this helps. Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-16-2023 05:54 AM
snowcone,
This did not work for me.. do you have other suggestions?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-06-2019 08:39 AM
We have a similar issue, except the user wants the save button to appear on the vendor surveys. We get the Submit / Save / Cancel buttons with our local network people taking the survey. However, when we take the survey in a private browser (as if we were a vendor), the Save button is not visible. How do I get the Save button to be visible for our vendors whom will take the survey?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-17-2020 02:45 AM
I added the CSS below to the instance of the widget where we didn't want these buttons showing. This worked. I think this is preferable to updating the widget or the UI Page due to the upgrades.
.btn-default {
display: none;
}
Kind regards,
Phonsie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-16-2023 06:12 AM
This displays no buttons. I only want the save button to be removed.. Ideas?