Hi! Is it possible to have a field that gets a value depending on other fields?
Ex:
I have 3 Range fields (Location, Service, Atmosphere) that can be from 0 to 10.
I have another field (number or whatever) named Rating.
When I edit the 3 Range fields or save the post, I would like to have an average value of the 3 Range fields and save it to the Rating field.
(If I set 7, 8, 9 for the Range fields, the Rating field will have a value of 8 in the database).
Thank you!