Since I must allow attachments, I cannot use a custom editform. I have tried various bits of code but nothing works. Help!
]]>Excellent point you made, however, i wanted to mention a scenario where this isn’t enough based on an exact experience with a client today. I enabled content types as you’d specified and hid the columns they requested. However, they have some custom edit forms they’ve built using sharepoint designer that they want those columns visible for. If i hide it within the content type, it hides for all forms, regardless.
So i needed to use some jquery to only hide it within the new and editforms that the end users use and not affect the custom edit and new forms that they had built for their administrators.
]]>You can also hide a field from users by going to the list settings page and allowing management of content types in the Advanced settings section.
Then click on the content type for the list. On the content type settings page, click on the name of the column you want to hide in your forms. Then set the field to be “hidden”. It won’t show up for users to enter or edit information then.
]]>