My First Google Sheets Add-on Using Javascript, jQuery, css and html

Here’s the link to the code.

This Sheets add-on was originally a forms add-on by Google called Form Notifications. I wanted an add-on that would also create a document from a template and email the link, along with other features needed for my job as a school counselor.

This add-on was originally a script run for our school to manage the submission of applications by 8th graders and also teachers submitting student recommendation forms. We wanted a form that would not just store responses in a spreadsheet, but would also create a document from a template, send out custom notification emails, and do other advanced functions.

This is my first add-on. I know that some of my code is messy, so I welcome critiques and help cleaning up.