Search code examples
google-sitesgoogle-forms

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


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


Solution

  • 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