when I make a list in SharePoint 2010, I have the opportunity to edit the forms for this list using InfoPath (by enabling the function in the site collection and one on the site). When I save this form, it is saved as the default editing form for the list.
Now I am deploying my list from Visual Studio as a WSP file. I would like to provide an InfoPath form with this list so that when this function is activated, the list is created with the user form attached. I can't seem to find a way to add the InfoPath form to the list this way? I tried to create a module and add a form there, but the only thing I can do is add the form to the list, and not associate it with the list as an editing form.
I found this blog post explaining something similar, but I'm not sure how this relates to my situation.
Any pointers would be greatly appreciated!
source
share