Contact form in Google Sheets 
Autor: Remi Penica
Besucht 51,
Followers 1,
Geteilt 0
Formulaire contact dans google sheet
Je veux stocker les contacts qui remplissent le formulaire dans google sheet.
Est ce possible et comment faire ?
------------------------------------------
Contact form in Google Sheets
I want to store the contacts who fill out the form in Google Sheets.
Is it possible and how can I do it?
Thanks
Gepostet am
One way is, to also send the data from the user to the databse.
From there (the database) you can directly view the data in a html-table. You can thern "clip" the data and paste them into a sheet.
Or you can make a little script that saves the data from the database into a CSV - file.
This file you can show online via a tool like this: https://derekeder.github.io/csv-to-html-table/
And/or you can import the CSV into a spreadsheet.
I think this is as close you will come to have the users data end in a Google sheet.