I have created a Google Form and a Google Sheet to save the responses. I have a requirement that the form should only be filled by the users with the given email addresses only (email address stored in another sheet). So, is there a way I can match the Session.getActiveUser().getEmail() with the email address list before rendering the Google Form?
I have already enabled following options:
- Collect email address
- Restrict to users in organization
As an alternative I am thinking to embed the Google Form in email so user won't get the actual link of the form, so is it possible to embed existing Google Form by providing the ID of the form and send it to the list of email address using App Script?
Please guide. Thanks in advance.