Hello all,
I had the same issue, solved it and would like to let you know about the solution.
What I experienced: Two radio fields in the form, each with 5 options and associated calculation values (1 – 5). Calculation field at the end that sums up the values of the selected options (e.g. 4 + 2 = 6). The calculation field showed the correct result (6) in the form, while it was a totally different number (14 instead of 6) in the email.
For analysis, I added calculation fields for each radio field that stored the value of the selected option. Result in the database:
– calc field of radio with option 1 or 2 selected was correct (e.g. 2)
– calc field of radio with option 3, 4 or 5 selected was wrong (e.g. 12 instead of 4)
– total calc field was correct because the sum of the correct radio 1 value (2) and the wrong radio 2 value (12) was 14
The solution: After some more research I realized that in the radio fields’ settings, the options 3, 4 and 5 had a red border and a warning about some options having the same value (which was not the case). I deleted the “red” options and recreated them one by one, making sure they had no more red borders. And voilà, the calculation works now and is correct in form, email and database.