Showing fields as readonly in Edit Form of List Item in SharePoint
        Posted  
        
            by Graeme
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Graeme
        
        
        
        Published on 2010-04-21T08:48:24Z
        Indexed on 
            2010/04/21
            8:53 UTC
        
        
        Read the original article
        Hit count: 263
        
sharepoint
|listitem
I have a list which has 5 columns in it. Some of these fields help the user fill in the data but I don't want the user to modify these fields.
I have tried changing the field to readonly but that ends up hiding the field completely from the form. Is there a way to get the field to render out to the form as just text?
Maybe I need to use javascript to disable the fields programmatically - would prefer not to go down that route though..
© Stack Overflow or respective owner