Support

Account

Home Forums General Issues Hide one field and save calculated data to it. Reply To: Hide one field and save calculated data to it.

  • Hi @signalwarrant

    If you want to calculate the total for each post, then calculating it using PHP code would be more efficient. But, if you want to calculate the total from all posts (e.g. the sum of the totals) and show it in a specific post/page, then saving it to the database would be better.

    I hope this helps 🙂