Hide Ribbon on Nintex Forms

  • 26 March 2021
  • 0 replies
  • 238 views

Badge +2

Topic

Users that previously were able to use NWF$("#s4-ribbonrow").hide(); to hide the ribbon. After upgrading to the latest release of Nintex Forms 2013 the above code no longer works.

 

Instructions

To resolve this put the command in a Function as follows:

NWF$(document).ready(function() {

   // Hide the form ribbon

   NWF$("#s4-ribbonrow").hide();

});

 

Additional Information

 

 

Related Links

 

 


0 replies

Be the first to reply!

Reply