recipe-create-feedback-form

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Create and Share a Google Form

创建并分享Google Form

PREREQUISITE: Load the following skills to execute this recipe:
gws-forms
,
gws-gmail
Create a Google Form for feedback and share it via Gmail.
前提条件: 加载以下技能以执行此方案:
gws-forms
gws-gmail
创建用于收集反馈的Google Form并通过Gmail分享。

Steps

步骤

  1. Create form:
    gws forms forms create --json '{"info": {"title": "Event Feedback", "documentTitle": "Event Feedback Form"}}'
  2. Get the form URL from the response (responderUri field)
  3. Email the form:
    gws gmail +send --to attendees@company.com --subject 'Please share your feedback' --body 'Fill out the form: FORM_URL'
  1. 创建表单:
    gws forms forms create --json '{"info": {"title": "Event Feedback", "documentTitle": "Event Feedback Form"}}'
  2. 从响应中获取表单URL(responderUri字段)
  3. 发送表单邮件:
    gws gmail +send --to attendees@company.com --subject 'Please share your feedback' --body 'Fill out the form: FORM_URL'