Tag: Google Forms

Google Forms Email Notification

google forms email notification email

Google Forms Email Notification Script Description This google forms email notification script combines the functionality of the multiple recipients script and the send response to submitter scripts into one master script. You can change the settings to send…

Read More »

Google Script Send Email to Multiple Recipients

No Picture

Description The google script send email script takes the submitted form results and sends them to multiple emails in a tabular format. Directions on Use 1. Before the google script send email script can work you will need to…

Read More »

Install Google Apps Script HTML Service

google apps script HTML service

How to install a Google Apps Script HTML Service script in the script editor. Description: This post is a general guide on how to install a scrip that uses the Google Apps Script HTML Service. Install Script: 1. Firstly,…

Read More »

Script to Send Email to Customer V2

Description There is an updated version of the of script to send email responses here: https://shawnjhodgson.com/2015/06/forms-send-results-to-multiple-recipients/ It contains the current updates: *Empty answers are left out by default. *Section headers are included by default, can be used for…

Read More »

Google Script Editor: Install a Script

How to install a script in Google Script Editor Description This post is a general guide on how to install a script in Google Script Editor for Google Forms. All scripts require the use of the script editor….

Read More »

Google Forms Automatic Email Response back to Submitter

I want the submitter to receive an email with their responses in it. *There is a newer version of the script located HERE.   Google Forms Automatic Email Response back to Submitter Update: You no longer need to…

Read More »

How to Make Google Form Send Email Multiple People

I want multiple people to receive a response when the form is submitted. Description This script provides instructions on how to make google form send email to multiple people when the form is submitted. Email address, subject, and…

Read More »

Google Form Script Notification when a number of submissions has been reached

Description This google form script sends out a notification to designated email addresses and closes the form so no more responses are accepted when a certain number of submissions have been reached. You can define who gets the…

Read More »

Google Form Notification: Sending a Report When a Duplicate Submission is Made

Copy Code

Google Form Notification: I would like to be notified when a duplicate submission is made to my form: This script checks to see if someone has submitted previously and sends a report to the specified email address if…

Read More »

Google Apps Script Removing Commas

Google Apps Script Removing Commas Removing commas from form submissions can be tricky. Certain question types can save the responses in a 1,2,3,4 type format. If you find that you want to remove the commas for each submission…

Read More »