I'm trying to embed a Google Form on my website on which I have users logged in.What I'm trying to do is match the responses of the form with the id of the users on my app.
What I've tried so far is:
- use a prefilled field with the id of the user. This doesn't work because the user can easily modify the field
- use onSubmit event on google scripts. This doesn't work because i have no way of passing additional data to the event
- tried obtaining the response id as the user hits the submit button on the form but was unable to find a way to get it
Any ideas on how can I accomplish this?









