Google 表单 - 从多个域收集用户名
Google Form - collect username from multiple domain
我有两个问题,因为我正在创建一个表单来收集一些回复:
Q1:
使用应用程序脚本创建表单时,如何默认 google 表单中的日期,比如明天的日期?
Q2:
我想将表单共享到各个域(使用 gmail 应用程序托管)的电子邮件地址,并希望在响应中收集用户名。该表格限制我只能在我创建的特定域中共享和收集。
有没有办法配置 'Require login to view this form' 和“自动收集受访者的电子邮件地址”
我尝试搜索过去 1 小时,但没有得到任何有用的结果。
Q1: When creating a form using app-script, how to default the date in the google form say, tomorrow's date?
您可以为 Google 表单生成一个 "pre-filled URL" 以供受访者打开表单,从而预先填充该表单的回复。例如,如果表单的 link 显示在网页上,则可以将 href 格式化为明天的日期作为其中一个问题的答案。
Q2: I want to share the form to email addresses across various domains (hosted using gmail app) and want to collect the username in the response. The form is restricting me only to share and collect across a particular domain from which I have created.
这似乎是对 Google 的合理安全限制。您可以在每个域中复制表单,并使用后端脚本来合并结果。
我有两个问题,因为我正在创建一个表单来收集一些回复:
Q1: 使用应用程序脚本创建表单时,如何默认 google 表单中的日期,比如明天的日期?
Q2: 我想将表单共享到各个域(使用 gmail 应用程序托管)的电子邮件地址,并希望在响应中收集用户名。该表格限制我只能在我创建的特定域中共享和收集。
有没有办法配置 'Require login to view this form' 和“自动收集受访者的电子邮件地址”
我尝试搜索过去 1 小时,但没有得到任何有用的结果。
Q1: When creating a form using app-script, how to default the date in the google form say, tomorrow's date?
您可以为 Google 表单生成一个 "pre-filled URL" 以供受访者打开表单,从而预先填充该表单的回复。例如,如果表单的 link 显示在网页上,则可以将 href 格式化为明天的日期作为其中一个问题的答案。
Q2: I want to share the form to email addresses across various domains (hosted using gmail app) and want to collect the username in the response. The form is restricting me only to share and collect across a particular domain from which I have created.
这似乎是对 Google 的合理安全限制。您可以在每个域中复制表单,并使用后端脚本来合并结果。