- Learning Google Apps Script
- Ramalingam Ganapathy
- 183字
- 2021-07-16 12:40:03
Google Forms
Google Forms is a Google App that you can use to collect information from your users. User responses or answers are collected and stored as responses in the Form itself and then can be populated in the connected Sheet. You can also change the response's target Sheet when required. You can create Google Forms dynamically using GAS.
Creating Forms within Google Sheet
In the spreadsheet you created earlier, click on the Tools menu and select the Create a form option. A new Form will be created and is bound to a new Sheet automatically. The new Sheet's name will be similar to Form Responses 1
. In the new Form, create form fields with headings exactly same as in the Sheet's column headers:

On completion, try submitting the data using a live Form.
Some research
If you are given a document's ID or key, something like 11CEeHWygGKqxGS7jmQzLpeO7Fs3cjetT4HTrWXHTDSU
, can you open the document, provided it has been shared with the public?
Tip
Every Google Doc, Sheet, folder, and project has an ID or key, which you can get from the corresponding item's URL.
- Learn ECMAScript(Second Edition)
- Deploying Node.js
- WildFly:New Features
- Learning Cython Programming(Second Edition)
- Java面向對象思想與程序設計
- 新編Premiere Pro CC從入門到精通
- SQL Server 2016數據庫應用與開發習題解答與上機指導
- 嚴密系統設計:方法、趨勢與挑戰
- HTML5入門經典
- 微信小程序入門指南
- 現代C++編程實戰:132個核心技巧示例(原書第2版)
- Scratch·愛編程的藝術家
- Red Hat Enterprise Linux Troubleshooting Guide
- Emotional Intelligence for IT Professionals
- Android系統下Java編程詳解