Skip to main content
Nintex Community Menu Bar

Anyone know how to rename a SP ribbon button on Nintex form view?  Found NWF$('#RibbonSaveButton').hide(); to hide a button.  We want to direct users to the Cancel button to close a form and would like to rename the ribbon button from Cancel to Close.  Ideas?  Thanks!

This kind of code can do a similary action: NWF$("#RibbonCloseButton span[class=nCAF-library-ribbon-button-title]").text("Cancel")

Reply