Posts Tagged 'Code'

Hide/Show Edit Fields Based on SharePoint Permissions

Posted on June 1 2010 by SmashedLife

I have been looking for a way to hide edit fields based on permission levels in SharePoint. I have done it before using conditional formatting in SharePoint Designer but sadly when you do this, it breaks the form. That is when I discovered SPServices. It is essentially a jquery library that simplifies the SharePoint web [...]