Domanda

Google has recently provided an API to programmatically interact with Google Forms.

I would like to know which script file I need to embed in my website to get that functionality? So far, it seems like you can only use that API in the Google Forms Script Editor?

I stumbled upon Googletastic but I would like to refrain from 3rd party software, since I need this to be as portable as possible (besides, the repository seems unmaintained).

Small hacks are welcome, as long as they are portable and do not add significant security holes.

È stato utile?

Soluzione

What you need is to build an Apps Script project and insert the URL into your site. To interact with it you will need to make calls to google.script.run wich are located in the iframe generated by Caja. I can provided same samples but would be great if you drive me some real scenario. Best, Breno

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top