You can create an Apps Script <https://developers.google.com/apps-script/>that accepts the Google Form submissions <https://developers.google.com/apps-script/quickstart/forms#see_the_results>and saves the data into BigQuery <https://developers.google.com/apps-script/advanced/bigquery>. You can then use Google Data Studio <https://www.google.com/analytics/data-studio/> to visualize the data.
Note that the App Engine Google Groups is reserved for App Engine specific discussions. If you require further support for Apps Script is is recommended to refer to their support page <https://developers.google.com/apps-script/support>. - If you instead wish to make your own version of Google Forms and run it on App Engine, you can create an application that presents a form and accepts its responses <https://cloud.google.com/appengine/docs/standard/python/getting-started/handling-user-input-form>. You can then save this data to BigQuery <https://cloud.google.com/bigquery/docs/reference/libraries#client-libraries-install-python> or the Datastore <https://cloud.google.com/appengine/docs/standard/python/ndb/> using the Client Libraries. For a general suggestion on structuring your data in the Datastore you can refer to this existing discussion <https://groups.google.com/forum/#!searchin/google-appengine/jordan$20google$20forms|sort:date/google-appengine/lsISpDjO0A0/6MRFjVRpBAAJ> . -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/41c9045b-1ebb-466d-b167-241734e07d85%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
