Send form by email and track responses in spreadsheet

后端 未结 2 701
自闭症患者
自闭症患者 2020-12-03 00:08

I\'m using a Google Apps Script to send an email out - I know how to do that. I want to embed a \"Yes or No\" response link or multiple choice question, and have the recipie

2条回答
  •  离开以前
    2020-12-03 00:45

    A simple way to do this with little work with regard to the developing a ui and managing the responses, is to create a from using the Google Apps infrastructure, sending yourself the form by email and clicking on show original.

    You can then take the embedded code and use in your scrip to send your mails, the response will be recorded in the spreadsheet associated with the form automatically.

    You can then override the onFormSubmit event and do the processing you need.

    Let me know if you need more info.

提交回复
热议问题