Hi. Thank you for a great plugin.
I'm using your plugin to create a post review system. I have a clonable group field like this:
Criteria 1, Score 1
Criteria 2, Score 2
Criteria 3, Score 3
...
I also create a hidden field called Total Score
I wanna get Total Score = (Score 1 + Score 2 + Score 3 + ...) / n
where n is the number of subfields in above group.
Is there a way to alter value of Total Score before the post being saved?
I'm a theme developer and I'/ good at filters & actions.
Thank you so much.