在 Google Apps 脚本中提交表单后刷新或清除表单?

发布于 2024-11-13 21:25:12 字数 91 浏览 2 评论 0原文

我在 Google Apps 脚本中创建了一个表单并将其嵌入到 Google 协作平台中。提交后如何刷新或清除表单?我可以将数据保存到电子表格中,但数据仍保留在表单中。

I have created a form in Google Apps Script and embedded it into Google Sites. How do I refresh or clear the form after it has been submitted? I am able to save the data to a spreadsheet but the data stays in the form.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

是伱的 2024-11-20 21:25:12

我认为这里可以做两件事:

  1. 将FormPanel对象的visible属性设置为false。

  2. 迭代 FormPanel 中的每个小部件,设置文本“”或调用小部件清除方法(视情况而定)。

    迭代

I think there are two things you can do here:

  1. set the visible attribute of the FormPanel object to false.

  2. iterate over each widget in the FormPanel setting the text "" or calling the widgets clear method, as the case may be.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文