Support

Account

Home Forums Front-end Issues new value is shown only after refresh page on update_field Reply To: new value is shown only after refresh page on update_field

  • When you get the value of a field it is stored in a cache. This cache is not cleared when you call update_field().

    In your case the conditional updating of the field should happen before you attempt to get the value of the field for display.