Support

Account

Home Forums Backend Issues (wp-admin) Updating field values using the Javascript API Reply To: Updating field values using the Javascript API

  • The problem is with acf.findFields({name:name}) or acf.getFields({name:name})

    They are NOT returning jquery objects, whereas getField(key) IS.

    I’ll report as a bug, but in the meantime I’m going to use the keys, but this is annoying as several different custom post types and forms need to use the same field names (but obviously have different keys).