Legacy model that represents the data entered into a form, including values
from repeated form fields as well as images.
The key can be any of the following:
The name of a repeated form field with the prefix _dyn_size, e.g.
tf1_dyn_size. Then the value is an array with the repetition IDs, e.g. ["0", "1", "2"].
The ID of the form field, e.g. xi-tf-1. The value is an object with the
metadata and values for each form field.
Legacy model that represents the data entered into a form, including values from repeated form fields as well as images.
The key can be any of the following:
_dyn_size
, e.g.tf1_dyn_size
. Then the value is an array with the repetition IDs, e.g.["0", "1", "2"]
.xi-tf-1
. The value is an object with the metadata and values for each form field.