Skip to content

Custom form with dynamic confirmation message and auto increment registration number

Notifications You must be signed in to change notification settings

ashtonfei/csr-programme-for-abdullah

Repository files navigation

CSR Programme

Description

This is a custom form built with Google Apps Script, Vue JS, and Vue Material. You can make a copy of this spreadsheet to your Google drive and deploy the project as an web app to use it. You also can clone this project to your local directory and deploy it with clasp.

Demo App

Demo Form

Apps script type

Google Sheet

Features

  • Custom form
  • Sequential registration number
  • Input validation
  • Dynamic confirmation message
  • Error message
  • Valid form in a time frame
  • Max responses

Settings

  • Max responses
    const _max_responses = 1500 // max reseponses allowed
    image
  • Form valid from
    start: new Date(2020, 6, 22, 6), // 27 Jul 2020, 6 am
    image
  • Form invalid from
    end: new Date(2020, 6, 31, 13), // 31 Jul 2020, 1.00 pm
    image

Screenshots

  • Form App image
  • Form responses and form reset in the spreadsheet image
  • Form validation image
  • Confirmation message image

YouTube

More videos about Google Apps Script

About

Custom form with dynamic confirmation message and auto increment registration number

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published