I need to do some changes on an existing sharepoint 2010 visual studio solution. In this solution there are some content types, list and workflows. If I test this list on the sharepoint 2010 portal I something strange. When I add a new item, I see 11 fields. If I update an existing item I see 19 fields.
So there is some logica implemented where there is a difference between the newForm and the editForm. Can someone tell me where I need to look to find where this logica is used? Is it in code or is this also possible in SharePoint?