Skip to content

Form Repeat Reference

Reference for Form Repeat Reference in Web Framework References. Key properties: ID, Items, Min, Max.

Easily insert or update nested data in your database tables. App Connect Form repeat allows you to easily insert or update nested data in your database tables using a single insert or update action. This way you can insert data in your main table as well as in its sub tables.

Inspector Property Groups

Form Repeat Properties

Property Type Details
IDtextOptional unique identifier for this element.
Sets the element's id attribute. Keep IDs unique per page (useful for anchors, label for targets, and JavaScript hooks). Bootstrap docs: Introduction
Required in common setups.
Attribute: id
ItemstextAttribute: dmx-bind:items
Supports dynamic option sources.
MintextAttribute: min
MaxtextAttribute: max
SortablebooleanAttribute: sortable
HandletextEnter a CSS Selector to use as drag handle
Attribute: handle

Actions

Add

Form Repeat Add

Configuration group Controls
Add PropertiesAction configuration group

Remove

Form Repeat Remove

Configuration group Controls
Remove PropertiesIndex

Move

Form Repeat Move

Configuration group Controls
Move PropertiesOld index, New index

Move to start

Form Repeat Move to start

Configuration group Controls
Move to start PropertiesIndex

Move to end

Form Repeat Move to end

Configuration group Controls
Move to end PropertiesIndex

Dynamic Attributes

Min

Attribute property Type Details
Value:textChoose dynamic data binding.

Max

Attribute property Type Details
Value:textChoose dynamic data binding.

Sortable

Attribute property Type Details
Value:textChoose dynamic data binding.

Handle

Attribute property Type Details
Value:textChoose dynamic data binding.

Animation

Attribute property Type Details
Value:textChoose dynamic data binding.

Dynamic Events

Added

Event option Type Details
Action:textChoose the action to execute.

Moved

Event option Type Details
Action:textChoose the action to execute.

Event Data

Field Type Details
oldIndexnumber 
newIndexnumber 

Removed

Event option Type Details
Action:textChoose the action to execute.

Duplicated

Event option Type Details
Action:textChoose the action to execute.

Event Data

Field Type Details
indexnumber 

Update

Event option Type Details
Action:textChoose the action to execute.