I want to embed a google form in a web application. Users are logged into the web application, so I know their Name, email and other data.
I would like the users to fill a form, but I don't want them to re enter their Name, email etc. So the form would look like
email: (prefilled with logged in user's data)
Name: (prefilled)
checklist item1: (to be filled)
checklist item2: (to be filled)
In the web app, I could embed the form code or even an anchor with a link to the form would be ok.
I don't understand if that's even possible. I've seen that I can create a form with google apps scripts, but I'm not still able to pre fill fields and I'm not sure I can even embed the js code