Hi there :)
I have a form that basically contains a radio button with several options (19 to be precise).
Each option is a number, and it goes from 5 to 95 (5,10,15, 20 etc.).
For example if I have 4 entries with value of 5, 55, 20 and 25 I need to show the total 105 somewhere on my page
I would like to display on the website frontend, for all the users, the total amount: so basically what I need is sum all the entries and show the total on the page.
A bit of background information: I am building a page where users can give points. Users see the updated amount live on the page.
Many thanks in advance!