I'm trying to design a List for our team site to serve as a place for us track work requests from other parts of the organization.
The list has some fields that people from other teams, need not or cannot provide relevant info for. For example, I have a column for % completed, another for who the request is assigned to within my team and so on. I don't want anyone to be able to put in values for any of these fields when they first hit the New button. Is there any way for me to hide these specific fields? If not hide, just disable?
Things I have tried:
Directions from here: http://nickgrattan.wordpress.com/2008/12/02/changing-order-hiding-columns-in-new-edit-forms/ It tells you to enable content type management and that allows you to hide some columns. However this completely hides the columns from all menus. I want those columns to be editable by some specific users though. I want to actually use them, but have them be unusable by outside users.
Note: Unfortunately I have very limited tools for this task due to company policy regarding the intranet. I am not able to write any code, I can't use Sharepoint designer, can't upload any 3rd party solutions and we don't have InfoPath. So basically I'm limited to the web interface and the things I can access as a Site Owner.