I've been trying to search for this answer and I feel like I keep bumping up against it but can't break through.
I'm building a Google Form for a non-profit. Part of it involves filling out multiple fields where you can agree to a donation to separate funds. I would like to dynamically total those donations fields and display the total for the end user before they submit the form.
I can't seem to find a way in the AppScript Form API to trigger onChange of a field and get at those values (or how to write them back to the screen).
Interestingly, there is a 3rd party plugin that I can pay for that does it. I figured if someone else is able to do it with 3rd party code, why can't I?
I just can't figure out how they're doing it.
I've explored the App Script API and dug through a lot of previous questions. Nothing quite seems to hit this one.