Home > Mobile >  How to stop Google Form from accepting new response 30 seconds after the last Form Response?
How to stop Google Form from accepting new response 30 seconds after the last Form Response?

Time:04-05

I'm trying to stop a Google Form from accepting a new response for 30 seconds after the last form response was submitted. After 30 seconds, the Form can accept new responses.

How would I go about this?

CodePudding user response:

You could use this SO solution with a different message and adding a call to Utilities.sleep(30000)

  • Related