I was just taught in this forum how to put a nintex form to show up on page without needing to create new custom list. Now I am trying to hide or eliminate everything above the report request form. Is this possible?
As Fred told you need to find the element id of the ribbon and change#RibbonSaveButton
to the id of the element you identify.
Other way you could try is,
- Open Nintex form
- Select Code
NWF$(“#s4-ribbonrow”).hide();
This will hide the whole ribbon.