Support

Account

Home Forums General Issues How can I update one acf value with another on save? Reply To: How can I update one acf value with another on save?

  • An ACF GM field stores an array with 3 indexes: “lat”, “lng”, “address”.

    to set a value of a field based on another field first you get the value and then you use update_field() to update the other.