Support

Account

Home Forums ACF PRO How to create a calculated ACF field (saved in the DB) Reply To: How to create a calculated ACF field (saved in the DB)

  • use a hidden field and update value of it based on the other values.

    may use that: https://github.com/folbert/acf-hidden (out of this thread)

    than use update_field or update_value to save it into DB