1

I have a Google Form with some questions for which the user has to choose an answer from dropdown. The answers in the dropdown lists are fed from a Google Sheet.

Because I would like those dropdowns to be dynamic, I was wondering if there was any way in which I could instantly get the answer given by the user on a dropdown written to a Google Sheet. That way, I could change what came up in the next dropdown list.

franciscofcosta
  • 833
  • 5
  • 25
  • 53
  • Look at https://stackoverflow.com/questions/30378173/whats-the-server-side-equivalent-of-ajax-in-google-apps-scripts. It sounds like what you're asking for is an AJAX call – G.Rose Oct 22 '18 at 18:47
  • Possible duplicate of [Dynamic selection options in Google Apps Script for forms](https://stackoverflow.com/questions/20489864/dynamic-selection-options-in-google-apps-script-for-forms) – tehhowch Oct 23 '18 at 03:18

1 Answers1

0

That it's not possible with Google Forms as there is no way to add a custom script to Google Forms respondent view.

Related

Rubén
  • 34,714
  • 9
  • 70
  • 166