Skip to content

techstreams/TSContactForm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TSContactForm

If you enjoy my Google Workspace Apps Script work, please consider buying me a cup of coffee!


Google Apps Script for Google Forms which automatically emails the form owner each time a user submits a response to the form. Emails are nicely formatted and contain the contents of the form submission.

Install

Follow these instructions to install the TSContactForm script and host form into your Google Drive:


Usage

See the TSContactForm documentation

Important Usage Notes:

  • Google Apps Scripts are subject to daily quota limits including the number of emails sent. See the Quota Limits tab of the Google Apps Script Dashboard for more information.

  • TSContactForm may not be appropriate for high traffic forms, especially in cases where the form owner consistently receives quota limit exceeded notifications.


Contributing to this project

Contributions are welcome. Please take a moment to review the guidelines for contributing and check the Change log for any existing updates.


Developer Notes

Edit src/tscontactform.coffee for all changes to dist/code.gs and use Gulp to build. See the Using CoffeeScript and Gulp section below for more information.

Edit .html files directly in the dist/ directory.

Using CoffeeScript and Gulp

Ensure that Node.js and npm are installed on your system. NOTE: Most Node.js installers include npm.

To install dependencies, run the following command from the project's root directory (you may need to run sudo npm install depending upon your environment):

$ npm install

Install Gulp globally. (You may need to run sudo npm install --global gulp depending upon your environment):

$ npm install --global gulp

Code:

To build code, edit the source and run the following command from the project's root directory:

$ gulp

While developing, the gulp dev task may be useful. Run the following command from the project's root directory:

$ gulp dev

You can find all gulp tasks in the gulpfile.


License

Copyright Laura Taylor

Licensed under the Apache License, Version 2.0 (the "License"); you may not use the files except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

A Google Apps Script for Google Forms which sends an email response to the form owner upon each form submission.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published