Sharepoint Hide Recycle bin while opening Forms

This post is about How to hide recycle bin While opening forms on Sharepoint page.

Below is the example where when user clicks & open the Form , in the upper left corner you can see Recycle bin & All Site content which looks ODD.

Capture

Here is the solution to this problem, just create a text file Name Hide.txt (you can choose any Name) with below contents:

<style>

.s4-specialNavLinkList {

display:none;

}

</style>

Upload the created file to document library, I have uploaded it to shared documents document library.

Open the List & from the top ribbon bar select –> form web parts –> (item) New Form

Capture

When the New form is opened , Click ADD webpart –> Add content editor webpart, you will find it under –> Media and content

Capture

Click Edit web Part on Content Editor web Part

Capture

Add the url of the text file you have uploaded in the document library.

Apply & Stop editing.

Capture

Now when you will open the form there would be No recycle bin & All site Content Links.

I am creating a user form using infopath for some automation work so this trick helped me to enhance user experience 🙂

Tech Wizard

https://techwizard.cloud

https://syscloudpro.com/

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s