0

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

Glasnhost
  • 1,023
  • 14
  • 34
  • You might be able to come up with [this](https://developers.google.com/apps-script/reference/forms/form-response#toPrefilledUrl()) – TheMaster Jan 29 '20 at 08:57
  • 1
    Does this answer your question? [How to generate a pre-filled form URL for Google Form](https://stackoverflow.com/questions/14658353/how-to-generate-a-pre-filled-form-url-for-google-form) – Kos Jan 29 '20 at 16:29

0 Answers0