I used the code given in
Embedding Google DocList in a Google Site
to embed a list of files (taken from a folder in Google drive) in a page of Google Sites. I like to know, if there’s a way to modify the links on the output-page, so that they direct to the live-form of the spreadsheet and not to the spreadsheet-mode as it’s set in the script.
I used the code given in Embedding Google DocList in a Google Site to
Share
EDIT : sorry about that, forget this first answer as there is actually a method to get form urls !!
here is how it works
so it would be quite easy to embed a list in a site page,
here is a small code that does the job, online version here (needs authorization) be patient : can be slow to show up…
again sorry that I forgot this feature.
-Forms are embedded in spreadsheet and don’t appear as individual entities in your drive. Their ID (or URL) are not available from apps-script…. I’m afraid you’ll have to encode the URLs manually.-