Skip to content

bestalumninetwork/NewUser_creation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

NewUser_creation

This script is embedded within a spreadsheet and connected triggered by filling a form. New users fill the form to apply for BAN membership.

#SPREADSHEET: https://docs.google.com/spreadsheets/d/17ZC44sx7U25cpTi7IJZkBi1gebIXOtfG9g1NH57LyCE/edit#gid=636585522 #FORM: https://docs.google.com/forms/d/e/1FAIpQLSfVU4jouxKIlBFLyRAJ4x2Ax8WG4GemXeB26fSvGjgz46gt5A/viewform

When a new user/applicant completes the form, this JS will:

1- check if this is the first application for this email address -> if not, step 2 is skipped

2- insert the new user/applicant data in the database (Admin Directory), including an automatically "calculated" best alumni address, the group to be activated, a random password

3- inform admin of the process with a summary email

@param {Object} e The event parameter for form submission to a spreadsheet; see https://developers.google.com/apps-script/understanding_events

About

The scripts registers new members' data in the Admin Directory weather a new user fill the 'Become a member of BAN' form.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors