Support

Account

Home Forums Add-ons Repeater Field Retrieve value from Repeater field and re-use outside of loop Reply To: Retrieve value from Repeater field and re-use outside of loop

  • I would suggest you to always first make:

    <pre>
    print_r( $field );
    </pre>

    I personally don’t use these functions, i use standard php foreach loop.
    Repeater field, especially when it’s nested returns very complex multidimensional array, so maybe first try to simplify your array.
    Or you can maybe try to access it like: field[0][tab1][value1][0]