Dynamic selection options in Google Apps Script for forms
问题 I have this form: If you see List Items - Student Name and Grades are getting populated from a Google Sheet. What I want to do now is upon selection of List Item Grade, show only those students that belong to that particular grade in the "Select Student" selection... How can it be done, because form has only two triggers: onOpen and onEdit? 回答1: As far as I know, this type of client side event does not exist in Google Forms. The scripting mechanisms of Google Apps Script are designed for