DEV Community

Discussion on: Submit a Form to a Google Spreadsheet

Collapse
 
omerlahav profile image
Omer Lahav

Thanks for the feedback!

Regarding the ES6 errors, try to check the code on:

  1. jshint.com/
  2. jslint.com/
  3. babeljs.io/repl/

It should tell you where are the errors and how to fix them.