3
votes

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?

1

1 Answers

4
votes

Try the display field which is

A display-only text field which is not validated and not submitted.