Reputation: 107
I have created a site definition using list and I am trying to edit few list fields in sharepoint 2010. I am able to edit all the fields present in the list using EditForm.aspx. I am opening this form in a popup. Now the problem is that I don't want to edit all the fields. I want only few fields to be edited.
Please let me know how can I achieve this.
Upvotes: 0
Views: 187
Reputation: 801
Open the editform.aspx using script webpart, then disable the form field by using the javascript. It sounds easy...
Upvotes: 1