Beginner's Guide to Google Apps Script 2 - Forms

Beginner's Guide to Google Apps Script 2 - Forms PDF Author: Barrie Roberts
Publisher: Independently Published
ISBN:
Category :
Languages : en
Pages : 172

Get Book Here

Book Description
A step-by-step guide to using Google Apps Script with Google Forms. You will learn how to automatically create forms and quizzes, and how to use the responses from a form, and for example, automatically email the information when the form is submitted. This book assumes little knowledge of coding or of Apps Script or of JavaScript, although some previous knowledge of Apps Script with Sheets is helpful but not essential. It will take you from writing your first form script to using Apps Script with Forms with confidence. Every chapter contains numerous practical examples of scripts with every step explained along the way.It also contains links to the files used in the book. It also covers some JavaScript methods like forEach, slice, indexOf, relating them specifically to their use in Apps Script and working with Google Forms. This is book 2 in a series on Apps Script.Updated using the new script editor - 2021. CHAPTER 1 - First Forms script CHAPTER 2 - Creating & updating a Google Form CHAPTER 3 - Creating & updating a multiple question Form CHAPTER 4 - Adding different types of questions to a Form CHAPTER 5 - Using Form responses CHAPTER 6 - Form validation CHAPTER 7 - Form page navigation CHAPTER 8 - Making quizzes in Google Forms Further Reading Appendix 1 - File and code from each chapter Appendix 2 - Authorizing a script