Show record data in form - but not allow edit

Show record data in form - but not allow edit

I have a function which brings up a stateless form and populates it with the current record information.  The user then will edit some fields and click submit to update the record.
 
I would like to make certain fields like redord ID, Name, etc, show up as plain text rather than in a editable textbox -- in order to show the user which record they are working on, but not be able to edit the information.
 
Is this possible?