Support

Account

Home Forums Add-ons Repeater Field Is this possible? Repeating rows inside repeating tables Reply To: Is this possible? Repeating rows inside repeating tables

  • The simple answer to this is yes. It would just involve you setting them up carefully and making sure to give them logical names. You can see an example and some template code here: https://www.advancedcustomfields.com/resources/working-with-nested-repeaters/

    Based on the fact that you’ll want non-repeating fields as well as repeating fields to sit side by side (the title of each section will only appear once per section) it may well be worth setting this up as a flexible content field with a repeater inside of it.

    product_group (Flexible Content)
        - product_group_title (Text)
        - product_group_description (Textarea)
        - product_group_repeater (Repeater)
            - product_group_repeater_title (Text)
            - product_group_repeater_size (Text / Number)
            - product_group_repeater_price (Number)
            - product_group_repeater_image (Image)