Support

Account

Home Forums Add-ons Repeater Field How do you output repeater field in a table? Reply To: How do you output repeater field in a table?

  • Hi Polyspora!

    In a while loop, get your sub field with get_sub_field('field_name') and not sub_field.

    You can direclty display your field with the_sub_field('field_name').

    Cheers!
    Sam