Fields
Data Indication Field
The Data Indication Field allows for displaying a value from another field in the form.
Basic Usage
Adds a dataindication
field to the form, that will reflect the value of the firstname field.
Parameters
See fields for common parameters.
Specifically the details.keyname
and details.datapath
parameters are useful for this field.
Examples
Basic Example
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.