Skip to content
Menu
SharePoint Gems
  • Power Platform
  • Development
    • SharePoint 2013
  • Migration
  • Administration
  • SP Online
  • Contact
  • About
    • Privacy Policy
SharePoint Gems

Hide Ribbon Save button on a Nintex Form

Posted on June 3, 2022June 3, 2022

Hello Folks, today in this we will see How to hide Ribbon Save button on a Nintex Form.

In our day to day life we are suffering from various development related issues. I was went through the same yesterday. Where I want do disable or do not want to show the default Save option in a Nintex form.

Nintex Form: Trigger a workflow from a Button click

Hide Ribbon Save button on a Nintex Form
Hide Ribbon Save button on a Nintex Form

I have tried lot many options on the form which are out of the box as well as some of them are the custom CSS.

Finally, I came out with the below solution.

Nintex Workflows – Issues Troubleshooting

Contents hide
1 To hide the “Save” option on a Nintex form you can use JavaScript on the form:
1.1 Share this:
1.2 Like this:
1.3 Related

To hide the “Save” option on a Nintex form you can use JavaScript on the form:

Go To Form Settings –>> Custom JavaScript from the Advance tab.

Then add the below script to the text input area of “Custom JavaScript”.

NWF$(document).ready(function(){
//Hide the save button on the ribbon
document.getElementById( "RibbonSaveButton" ).style.display = 'none'
});
Hide Ribbon Save button on a Nintex Form
Hide Ribbon Save button on a Nintex Form

By this way we can hide the Save Button from the Nintex form.

Check date field is empty in Nintex Workflow

Nintex Form – Add Print Button

Share this:

  • Print
  • Twitter
  • Facebook
  • LinkedIn
  • WhatsApp
  • Telegram
  • Pinterest
  • Reddit

Like this:

Like Loading...

Related

Leave a ReplyCancel reply

  • Development
  • Migration
  • Poweer Apps
  • Power Automate
  • Power Platform
  • SharePoint 2013
  • SharePoint Administration
  • SharePoint Online
  • Tips
  • Uncategorized

Best of Computers

Blog Stats

  • 67,509 hits

Subscribe

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,433 other subscribers
Buy Me Coffee
©2025 SharePoint Gems | Powered by WordPress and Superb Themes!
%d