1. Fields
  2. Data Indication Field

Fields

Data Indication Field

Displays existing values from stub.data inside an action form. Useful for showing read-only context, calculated data, or prior answers while collecting new input.

Basic Usage

Adds a dataindication field to the form, that will reflect the value of the firstname field located at stub.data.firstname.

loading...

Parameters

See fields for common field parameters like validation and conditional rendering.
Specifically the details.keyname and details.datapath parameters are useful for this field.

Examples

Basic Example

loading...
Result

Advanced Hidden Field Example

See the hidden field advanced calculation example for how the data indication field can be used to show dynamic data calculated from other fields.