All Collections
Build & customize
Form logic & calculations
How to sum multiple Score 0-10 fields to get a total
How to sum multiple Score 0-10 fields to get a total

You can calculate the total score and use answer piping to show the final score.

Updated over a week ago

You can use logic to calculate the total score.

for example: you have a form with 2 score fields: Q1 and Q2.

Here, in our example, we have added a content field to pipe the answer and show the total score:

Now, go to the logic tab and add this logic:

if Q1 is answered, add Q1 to Score

and for the second question:

if Q2 is answered, add Q2 to Score

You can also use answer piping on the success page. So the users can see their total scores after submission.

📝 Additional insights:

This way, you can see calculated scores on your result page:

🗄️ Old dashboard:

Add a section field to pipe the score:

Logic:

Did this answer your question?