Skip to content

Commit

Permalink
instructions update
Browse files Browse the repository at this point in the history
  • Loading branch information
kmahar committed Mar 20, 2017
1 parent c68cb72 commit e8b7230
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion formEmails/instructions.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# Sending Emails via Google Forms Submission

The code in its current state does as follows:
The code in its current state in [formSubmission.js](formSubmission.js) does as follows:
1) Parse a response to a Google Form, which collects information about new publications by members of our lab
2) Generate HTML and plaintext for an email containing that info
3) Post the message to a Murmur group
4) Send a confirmation email with an "edit response" link to the submitter

You can see what our form looks like [here]() (TODO: put a link to a copy of the form here.)

The code in [logEditURL.js](logEditURL.js) is run as a script in the spreadsheet where form responses are gathered, and logs the edit URLs for each form response in the spreadsheet.

Instructions for using with your own forms:
1) Create a Google Form with your desired questions/form fields.
2) In the form editing interface, click the three vertical dots in the top right, and then "<> Script Editor..." in the dropdown.
Expand Down

0 comments on commit e8b7230

Please sign in to comment.