1
votes

Is it possible to collect the information entered in a form when "Next" is chosen after a section? I have used getResponses() after form submission, but am curious if there is any case where "Next" is considered a submission?

I am looking to take the short answer input of a form, check to see if that short answer appears in a google sheet, and based on that, provide new questions in another section. This can be easily done in forms (without scripting) for multiple choice and drop down questions, but not so easily with short answers.

I am able to check the input after form submission, but as far as I can tell, there is no way to open the form up again after it is submitted to pose new questions.

1
Please add a brief description of your search/research efforts as is suggested in How to Ask. - Rubén
If you want this functionality, better to create your own form/webapp - TheMaster

1 Answers

1
votes

Apps script for Google Forms is basically limited to the form editor and post submission, so what you want is not possible. You can look at the available triggers for more details.