Hidden Fields

Any field can be hidden by adding a ui:hidden element to it.

The following field element defines a hidden field with the name result:

<field type="basic" name="result">
  <ui:hidden/>
</field>

Note the following points:

  • A hidden field is not displayed in CUE.

  • Hidden fields are intended to be filled by application code.