Skip to content

Idein/actcast-google-form-event-registration-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Actcast event registration demo using Google Forms

How to setup

  1. Create Google Forms
  • First question: Your name
  • Second question: Email Address
  1. Create answer SpreadSheet and rename sheet Attendance
  2. Add some columns
  • code: string
  • status column: check box
  1. Clone this project
  2. Create .clasp.json
{
  "scriptId":"<<YOUR APP SCRIPT PROJECT ID>>",
  "rootDir": "./src"
}
  1. npx forked-clasp login
  2. Visit https://script.google.com/home/usersettings to enable Google Apps Script
  3. npx forked-clasp push
  4. npx forked-clasp open and register trigger
  • function: onFormSubmit
  • trigger type: form
  1. Deploy web app

Setup Cast(Actcast)

  1. Create "QR Code Reader" Act
  2. Create new Cast
  • service
    • Webhook
  • URL
    • your Google Apps Script application URL
  • Method
    • POST
  • Body
    • {"code":"{{ data.code }}"}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published