Support

Account

Home Forums Backend Issues (wp-admin) Repeater rows not saving in options field Reply To: Repeater rows not saving in options field

  • I’ve figured it out. It’s a bug with how ACF stores the “field_***” meta value for the relevant key. It appears you add the underscore to the option_name for the field reference and then apply a character limit after this to both the option_name for the value and for the field reference. E.g.

    options_alternating_recipients_0_alternating_recipient_email_add
    _options_alternating_recipients_0_alternating_recipient_email_ad

    Obviously the _*** option_name needs one more char than the value option name. However, could this char limit lead to edge cases where two option names end up with the same name as only the truncated section of the option_name is different. Would it not be better to enforce a character count on the names themselves in the UI?

    Thanks,
    Rich