How to hide the print to PDF option in Forms for Sharepoint 2016


Badge

I've seen in another support post that the Office 365 version of forms has the option enabled within the settings of the form designer, but this option is not available for the SharePoint version yet. Does anyone know how I can hide this button in the ribbon? 


2 replies

Userlevel 5
Badge +13

Hi Quinn.  See if one of the posts below will help you.

Hide Print to PDF Button

Hide Individual Ribbon Elements on Form

Badge

Hello, 

If somoe still searching for this, simple css class : 

li[id*="Nintex.Forms.SharePoint.Ribbon.FillerGroup"] {
    display: none;
  }

Cheers!

Reply