Reputation: 2053
in SharePoint 2010 it is quite easy to customize and publish the standard lists forms to a local server. But how do I deploy the forms as a feature to be installed on the customer's SharePoint farm? I would like to include the form in a feature which creates the lists (programmatically in the feature receiver, not with a list template), is that possible?
Thank you for any hints!
Stephan
Upvotes: 0
Views: 678
Reputation: 744
Create your list definition in Visual Studio 2010 using the SharePoint project template and deploy it as a feature. Check out MSDN on how to create list definitions and features in VS 2010
Upvotes: 0