Support

Account

Home Forums Add-ons Repeater Field Adding together number values Reply To: Adding together number values

  • Hi @luna

    The repeater field is well documented with code examples here:
    http://www.advancedcustomfields.com/resources/field-types/repeater/

    You will see that you need to create a loop which iterates over the repeater field’s rows of data.

    You can then use a function called get_sub_field WITHIN the loop, to increase a variable of your choosing.

    Thanks
    E