Skip to main content
Nintex Community Menu Bar

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

  • May 14, 2018
  • 2 replies
  • 47 views

Forum|alt.badge.img

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

bamaeric
Nintex Partner
Forum|alt.badge.img+15
  • Nintex Partner
  • May 15, 2018

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

Hide Print to PDF Button

Hide Individual Ribbon Elements on Form


Forum|alt.badge.img
  • May 10, 2019

Hello, 

If somoe still searching for this, simple css class : 

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

Cheers!