Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

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?

share|improve this question
Use SharePoint Designer and navigate to the List, under Forms section there are NewForm.aspx, EditForm.aspx.. Right click one of these and Edit in Advanced Mode, you can see here the fields included! – Arsalan Adam Khatri Jan 31 at 22:18

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.