Support

Account

Home Forums Add-ons Repeater Field update_field() will not remove lines from repeater Reply To: update_field() will not remove lines from repeater

  • Hi @john
    Thanks. Your answer is clear.
    Most likely, my acf design can be improved.
    I have an array with 26 flags – can you think of single field
    that will contain the 26 fields?

    The simplest will be text field with format:
    01:DD,02:DD,03:DD – vector of tuples in the form of field-name:field-value.
    Not fun to handle, but replaces 26 fields with a single one.

    Is there a more elegant and cost effective way?