create a new page in a form dynamically, based on data of the prev. page
问题 I have a question regarding forms in google-apps-script. Lets say I have already created a form with a single page and a input box for text. Is it possible to create the follow-up page dynamically, based on the data out of the textbox? Something like: First Page: insert customer id -> continue -> Second Page: information about the customer. I know that there are events like onLoad and onSubmit, but there is no onContinue event for example. Is it possible to create something like that with