I am not sure, how this can be achieved thro' UI. But here, Sharepoint Object model helps us. localhost.Lists listService = new localhost.Lists();. listService.Credentials= System.Net.CredentialCache.DefaultCredentials; ...
Microsoft SharePoint Full Article Link - SharePoint : How to hide a field from the Edit Form?