I want to display some static (non-editable) fields on my form - for example record id.
I tried a label field, but it does not appear to have a way to wire it up to the data store/model like fields do.
I know I can add text fields and make them non-editable, but I prefer the look of having a text label.
What is the best way to do this?