Skip to content

FreedomCodes/google-form-validate-with-sheet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

google-form-validate-with-sheet

Very little coding experience required

validate google form entries with google sheets

If you are looking for a way to validate a string submission in google forms using Google SpreadSheets as your "database," this is a good place to start. This script will compare a form submission to a google sheet and email the user whether their submission was valid or invalid, even if their response has capitals or spaces before or after the word.

To use:

  1. Create, name and save your Google Spreadsheet. Get column headers set up for ease of use
  2. Create, name and save your Google Form. Complete setup of form for ease of use
  3. Click triple dots on upper right hand corner and select "script editor"
  4. Copy and paste the code in code.gs
  5. Set filename of Sheet - No key necessary!
  6. Set variables to match form and sheets
  7. Use CapitalizeFirstLetter as needed for proper nouns in email
  8. Set validator to check correct field and column
  9. Change params in SendEmail as needed
  10. Write your HTML email
  11. TEST!

I am planning on creating a plugin verison of this eventually. Enjoy!

About

validate google form entries with google sheets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%