Support

Account

Home Forums General Issues How to do an autocalculated average field? Reply To: How to do an autocalculated average field?

  • Hi @sathyvelukunashegaran

    You will need to hook into the acf/save_post hook.

    From here you can access all the submitted values, calculate the average and set the value to another custom field.

    https://www.advancedcustomfields.com/resources/acf-save_post/

    Hope this helps.