- Edit the form
- Click on Settings – Custom Java Script
- Paste the code below
-
NWF$(“#s4-ribbonrow”).hide();
NWF$(“#s4-ribbonrow”).hide();
Make sure the form and workflow databases are created in Central Administration.
STEPS
– Open SharePoint Central Administration and click on Nintex Administration
– Click on Database Management
Add the following code to the end of the Custom CSS
#contentBox
{
display: table;
margin: 0 auto;
}
Steps
– Edit the form
– Click on Settings (Top Menu)
– Expand Custom CSS
Add the following JavaScript to the form settings:
NWF$(“#s4-ribbonrow”).hide();
Steps:
– Edit the form
– Click on Nintex Forms 2016 (Top Menu)
– Click on Settings
– Expand Custom Java Script and add the code above
– Save and Publish