Configure Repeatable Sections

Use repeatable section controls to display multiple copies of a set of controls in your form.

To configure a repeatable section control:
  1. From the Advanced palette, drag and drop a repeatable section control onto the canvas.
  2. Select the control and use the General tab in the Properties pane to configure the following:
    Field Description

    Name

    An internal identifier that you will use to identify the control.

    Label

    Specifies the control title that displays to a user.

    Binding

    Defines a link between the control and a data attribute.

    Label Binding

    Allows you to define a dynamic label. To do this, you can use a data attribute listed in the Data definition pane.

    Max Rows

    Specify the maximum number of rows that the control can include. By default this value is set to 200.

    Min Rows

    Specify the minimum number of rows that the control can include.

    Users can Add/Remove Rows

    Allows users to add or remove rows to the repeatable section.

    Multiple Selection

    Allows users to select multiple rows of the repeatable section.

    Hide

    Select this property to hide the control.

    Disabled

    Select this property to display the control as inactive (grayed out) to users.

    Read Only

    Select this property to display the control's content (if any) without allowing users to edit it.

  3. Use the Styling tab in the Properties pane to modify the control’s appearance as needed. See Styling Properties.
  4. Drag and drop individual controls from the Basic or Advanced Palette into the repeatable section control.
  5. Configure general and styling properties for the controls inside your repeatable section control.

    Note:

    If you delete the repeatable section control, all the controls grouped under it get deleted.