Support

Account

Home Forums Add-ons Repeater Field Repeater in a repeater in a repeater Reply To: Repeater in a repeater in a repeater

  • Hi @k2b8692

    Your code contains a few issues. These are:
    1. No if statement around initial while loop
    2. incorrect use of get_field for ‘child_field’. This should be get_sub_field
    3. incorrect use of the_repeater_field. This should be has_sub_field

    Your code only goes 2 levels deep. You need to add a 3rd payer as per your topic title.

    Thanks
    E