Google Forms: Send data to spreadsheet

前端 未结 6 856
情深已故
情深已故 2020-12-08 08:26

How can I send the data from a webform to a google spreadsheet? I made a form with Google Drive, but to get custom CSS running, I need to copy the form tag.

In my ca

6条回答
  •  一向
    一向 (楼主)
    2020-12-08 09:19

    Complete Step-by-step Instructions

    After reading Martin Hawskey's good introduction (to sending data from an HTML form to a Google Spreadsheet) and seeing a few gaps/assumptions, we decided to write a detailed/comprehensive tutorial with step-by-step instructions which a few people have found useful:

    https://github.com/dwyl/html-form-send-email-via-google-script-without-server

    The script saves any data sent via HTTP POST in the Google Spreadsheet, and optionally forwards the content to an email address. (useful if you want to be notified of new data)

    HTML Form:

    contact form

    Result (row in sheet):

    row in sheet

    We commented the Google Script so hopefully it's clear, but if you have any questions, don't hesitate to ask! :-)

提交回复
热议问题