oxide54 Posted September 10, 2012 Posted September 10, 2012 Hi Is it possible to hide fields in the new item form but still have them visible in edit item form. without resorting to code.
HMCTech Posted September 10, 2012 Posted September 10, 2012 If you fire up SharePoint Designer you should see that there are new and edit forms and you may be able to customize the form that way
meastaugh1 Posted September 10, 2012 Posted September 10, 2012 I've used this: SPViewPermissionSetting (Powered by Laurent Cotton Aka Suchii - Bewise) It was fine on 2007, but requires a few tweaks to the SharePoint template files to make work on 2010.
oxide54 Posted September 10, 2012 Author Posted September 10, 2012 i decided to just trust the users in the end. fatal mistake i know !
jamesb Posted September 11, 2012 Posted September 11, 2012 If you're using infopath forms then the same form is used for both. But there is a bit of a kludge you can use to change this (very kludgey, but it works). Create a couple of new content types in the list (New Item, and Old Item for example). Add a workflow that, when a new item is added (the default type) changes the content type to Old Item. Then you can create completely different forms for each - you can even have the new item form allow individual submissions, while the edit item form allows multiple item edits.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now