Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validate Email Address for Google Form Submission #8

Open
s2t2 opened this issue Feb 8, 2024 · 0 comments
Open

Validate Email Address for Google Form Submission #8

s2t2 opened this issue Feb 8, 2024 · 0 comments

Comments

@s2t2
Copy link
Member

s2t2 commented Feb 8, 2024

Sometimes students fill out the google form using their gmail. But we need to cross reference their university issued email to give credit.

So let's investigate a way to ensure only users logged in with their university-issued email address are able to submit the form.

Potential Solutions Brainstorm:

  • We can also consider a mechanism to ask the user what their additional addresses are? Maybe.
  • We could try to embed the Google form within a logged in page, and instead of asking the user for their email, we could read from the current user in the session and pass that address to Google forms (via API?)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant