is it possible to create a google form that posts directily to a google site page?

StackOverflow https://stackoverflow.com/questions/18496681

  •  26-06-2022
  •  | 
  •  

Вопрос

I want to make a comment like form that users can post things for other users to read (kind of like a blog) Is this possible to do with google sites/google form? if so, can you please point me to the right direction? I only seem to find ways to post forms to email or to spreadsheets.

Thank you

Это было полезно?

Решение

This is somewhat possible in a round-about kind of way, but not in a direct way. I've been working on this a little myself.

The workflow is

  1. Form posts to spreadsheet
  2. Spreadsheet is set to publish results via ATOM or RSS feed
  3. Retrieve data from spreadsheet using Google Feeds API / JavaScript
  4. Dynamically construct a simple webpage

Другие советы

Maybe there's a more simple way suitable, like DISQUS or some other 'out-of-box' posting and commenting solution?

Usually they are much more comprehensive: different social networks authentication, attachments, avatars, replies, notifications and so on.

Disqus for Google Sites is very easy to use.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top