问题
I would like to display a feedback google form in kiosk mode on a tablet. After form completion, it should show a "thank you" message and restart the form for the next visitor.
I noticed a "Show link to submit another response" in the form settings menu, but no way to accomplish a auto refresh.
Fortunately there is the google's script manager. As the script runs in a sandboxed iframe, I cant even access the window object. I know that I can access the FormApp.getActiveForm() method, but there seem to be no way to reset/reload the form.
I can't think of another way doing it.
来源:https://stackoverflow.com/questions/56462712/how-to-reset-reload-restart-a-google-form