Dynamic Forms :: Elements Repeater Element Type

This element is added to add a repeater of elements. That is, a set of items to be displayed together and repeat N times based on the configuration.

DynamicFormImg011


Reference ID:

It is used to reference this element from another element, for validations or visibility conditions. To reference it, use & and then write the reference ID, which will suggest previously created references. This property is optional, as it is only required if you need to mention it in other validations or visibilities.

Display Type:

  • Plain
    DynamicFormsElemRepPlain
     

  • Grid
    DynamicFormsElemRepGrid

 

Repetitions type:

Specifies the way that the repetitions will be added. The options are 'Added By User', 'Fixed Value', or 'Variable'

Added By User

The end-user will add the repetitions he needs to fill out the form. When this value is selected, the following properties appear:

  • Insert Child caption:
    Caption of the insert button

  • Insert child button aligned to label. *
    The position of the button for adding a repetition. Whether it will be aligned to the left, or aligned to the fields that have labels as titles.

    Insert child button aligned to label = True
    DynamicFormsInsertChildButtonAlignedLabel

    Insert child button aligned to label = False
    DynamicFormsInsertChildButtonNotAlignedLabel
     

  • Remove child button tooltip
    Tooltip for the button that deletes a repetition.

  • Max repetitions
    Maximum amount of repetitions to be added when the end-user fills out the form.

Fixed Value

  • Repetitions Value
    Fixed number of times the element(s) will be repeated. 

Variable

  • Repetitions count variable
    Here you can choose any field previously added to the form, that is outside the Elements Repeater. To reference it, you use the Reference ID of the previously created element.

Data columns *:

Number of columns to display within the Element Repeater.

 

* Only available with Display Type: Plain.