I want to have a form that includes a number field. Then, I want to be able to loop through all submissions to this form, grab the value of the number field in each submission, add them up, and echo the total somewhere on my site.
So if the form was submitted twice, and the first time someone put a 4 in the number field, and the second time someone put a 7 in the number field, I would want to echo "11".
I'm afraid I do not have a web page to reference - this is a feature a client requested recently, and I haven't been able to find the answer on the forums so far. Any advice? Thanks!