Wednesday, July 7, 2010

Hiding List columns in newsform.aspx/editform.aspx/dispform.aspx

Open newform.aspx

To get webpart properties to panel add below command to URL

http://sharepointkings/... /Lists/Demo/NewForm.aspx?RootFolder...&Source=…&ToolPaneView=2

Add Content Editor webpart

open source editor and add below code




repalce HideField("Workspace"); with your filed name like HideField("Due Date");

cehck now....

Reference:

http://www.sharepointkings.com/2009/10/hiding-field-in-sharepoint-through.html
http://www.sharepointkings.com/2008/05/how-to-hide-column-of-sharepoint-list.html
http://www.sharepointkings.com/2008/05/how-to-edit-list-forms-like-newformaspx.html

No comments:

Post a Comment

Content Editor Webpart not showing up in SharePoint Online ------------------------------------------------------------------------------...