Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/google-apps-script/6.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google apps script 如何使用应用程序脚本在谷歌表单中设置基于表单响应的确认消息?_Google Apps Script_Google Forms - Fatal编程技术网

Google apps script 如何使用应用程序脚本在谷歌表单中设置基于表单响应的确认消息?

Google apps script 如何使用应用程序脚本在谷歌表单中设置基于表单响应的确认消息?,google-apps-script,google-forms,Google Apps Script,Google Forms,在google表单中,使用google apps脚本,我是否能够使用通过表单提交的值来设置向提交这些值的用户显示的确认消息?请注意,现在默认的确认消息是“响应已录制”,我知道我可以将此文本更改为其他文本,但我需要的是根据用户的响应操作消息。当您在表单提交时设置确认消息(消息),当前消息仍会显示,新消息在下次提交表单之前不会显示。操作顺序似乎是-1)将表单值提交到电子表格2)显示确认消息3)运行“表单提交”功能 因此,我们不能根据当前用户的回答有条件地设置并立即显示自定义消息。确认信息在某种意义上

在google表单中,使用google apps脚本,我是否能够使用通过表单提交的值来设置向提交这些值的用户显示的确认消息?请注意,现在默认的确认消息是“响应已录制”,我知道我可以将此文本更改为其他文本,但我需要的是根据用户的响应操作消息。

当您
在表单提交时设置确认消息(消息)
,当前消息仍会显示,新消息在下次提交表单之前不会显示。操作顺序似乎是-1)将表单值提交到电子表格2)显示确认消息3)运行“表单提交”功能


因此,我们不能根据当前用户的回答有条件地设置并立即显示自定义消息。确认信息在某种意义上是“预先加载的”。

是的!事情就是这样。希望能找到一条路。看到了吗