【发布时间】:2016-09-24 18:44:59
【问题描述】:
我有一个html form、google form 和一个google sheet。
当我点击提交时,我需要来自 html form' to be submitted into thegoogle 表格的数据。
我从google form 中取出表单标签并将其粘贴到html form
如下:
<form action="https://docs.google.com/forms/d/e/1FAIpQLSdrPC9AHgQPtBWPJ4nOVVF1Nqxf3IgpSGVjqs7NpkDRPjgQQQ/formResponse" target="_self" method="POST" id="gbgform">
但是当我点击提交时,google sheet中唯一保存的是时间戳,没有数据。
我感谢任何能够实现这一点的解决方案。
谢谢!!
【问题讨论】:
标签: html google-sheets google-forms