• The nested repeaters work as long as they are the last item in the main loop.

    If you close the nested repeater and add more fields from the main loop, they do not show. In this example the “button_text” will not show (or any other field I try).

    [repeater pricing_table_repeater]
    [field service]
    [field service_name]
        [-repeater features]
           [field feature_description]
        [/-repeater]
    [field button_text]
    [/repeater]

    button_text is part of the main “pricing_table_repeater”

    The actual nested repeater “features” works fine.

  • The topic ‘Nested Repeaters break the loop’ is closed to new replies.