Support

Account

Home Forums Add-ons Repeater Field Only last repeater entry is accessible in my loop? Reply To: Only last repeater entry is accessible in my loop?

  • Hi @cosmic,

    Your problem is that you’re declaring the $idlist array inside the while loop!

    This resets the array, and therefore only your last entry into it is recorded.

    Let me know if this helps!