MaestroThe UI design product. | Form Builder | All versions This feature is related to all versions.
Journey Maestro provides the repeating components that allow you to add multiple (repeating) instances of a component to a form. This is important when you have to implement specific business requirements, such as sum up a total of values stored in repeating components in a form or add multiple contact details or form applicant's addresses. There are the following repeating components:
You can directly access and inspect the data model of a repeating component after you build and render a form. Type maestro.Form.data
into the browser console to see the repeats that are an array with each child element in the array having the following 3 properties:
$r
: the array.$i
: the array index of a row.$p
: the parent data scope / context.Learn more tips for debugging a form.
Next, learn about the repeat component.