Google Forms Onclick Submit

夙愿已清 提交于 2019-12-11 11:48:43

问题


I have created a simple Google Form with two multiple choice answers (Yes and No). Image below.

The form works fine when I select an answer then click the submit button.

I'm wondering if it's possible to submit the form immediately when an option is selected? Then refresh the page.

I've been reading about triggers here but not sure where to start, or if it's even possible.

Google Forms is my only option at current, I know this is possible via other methods.

Any advice is appreciated.


回答1:


I'm wondering if it's possible to submit the form immediately when an option is selected? Then refresh the page.

No, it's not possible. The only trigger that works on the form respondent view is on form submit.

The workaround is to create your own form. If you want to work with Google Apps Script, you should use the HTML Service.



来源:https://stackoverflow.com/questions/47673343/google-forms-onclick-submit

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!