Tagged Questions
1
vote
0answers
40 views
Getting custom form to work in Sharepoint 2010
I built a custom new form for a page and in the schema file I did the following:
<Form Type="NewForm" Url="NewForm.aspx" WebPartZoneID="Main" />
So it looks for my custom form. It works fine ...