Google Forms – Add Field to Show Sum of Multiple Number Fields

google sheetsgoogle-forms

Say for instance I want the user to input into 4 fields the meters they will dig up in different areas. On the form itself I would like to have a number at the bottom displaying the sum of 3 of said fields.

Is this possible? If it is, how do I go about getting it done?

Best Answer

Google Forms doesn't include calculated fields. One alternative is to create a web app by using Google Apps Scripts.