Google Forms has a basic notification option, but it’s limited. With Google Apps Script, you can set up a custom notification email that sends you all the answers from your form in one place.This guide walks you step‑by‑step through the process and uses the latest Google Forms and Apps Script interface.Step 1: Open Apps Script from Google FormsTip: This opens … [Read more...] about How to Get Email Notifications from Google Forms Using Apps Script
Apps Script
Google Sheets: Auto-Insert Charts with Apps Script
Google Sheets does make it simple to create data visualization, but manually doing that each time is not desirable. Using a little Google Apps Script, you can automatically generate and insert a chart from your data. This is particularly useful if you are updating a table of data on a regular basis and would like a chart to be displayed in a certain location, with formatting … [Read more...] about Google Sheets: Auto-Insert Charts with Apps Script
Close the Google Form and Force the User to Submit the Responses
This script will stop the user from adding more entries to the Google Form and will force the user to submit the responses. All the other solutions, like plugins or the options to stop accepting responses, will only stop the form from accepting responses and it will kick the users without the option to send in the answered questions.This function is by far the most … [Read more...] about Close the Google Form and Force the User to Submit the Responses
Google Spreadsheet Prank
You want to prank your coworker, use this Google Spreadsheet prank script and it will turn a sheet into a message using cells. You can add your own message, just change the text on line 155, but you have to keep it short.Here is what will happen if somebody tries to edit a cell:So, the prank (the script) will make a copy of the sheet that is edited and, letter by … [Read more...] about Google Spreadsheet Prank
Print Merge or Mail Merge for Google docs
Google Docs doesn't have the Print Merge or a Mail Merge option available, so if you want to create multiple documents from the data you have in your spreadsheet you have to use an Add-on. Usualy these add-ons have limited options and are missing some of the needed functions. I have been using this Google spreadsheet script to do a Print merge for a while and I have made small … [Read more...] about Print Merge or Mail Merge for Google docs





