hub.eb?material_id=192

Display only


Setting a field control's Display Only property to true makes the control uneditable.

You can still show the field control on the page, which will display the field's current value as text.

Note that Display Only is a property of the field control, and not the field itself. You can add multiple field controls to a form for the same field, some of which might be editable, and others display only. This is useful for have a user input filed on one page, and then showing the value they entered on a later page as uneditable text.

Steps


1

Select the total cost field control and tick its Display Only property.

2

Run the form. It will still display its default value of 0.00, but can no longer be edited.

Related