Skip to main content

Field Array

The Field Array component displays form inputs based on a data array. It requires a Looper component to generate the data array and an input control such as a Select component, which will populate based on the data array.

The Field Array component is used as a form component and must be placed within a Form Block.

Properties

NameTypeDefaultDescription
namestringSpecifies the name of the component.
validateOnChangeboolfalseIf true, validates the data when a change occurs.
on this page