Google表单:将数据发送到电子表格 [英] Google Forms: Send data to spreadsheet

查看:176
本文介绍了Google表单:将数据发送到电子表格的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何将数据从网络表单发送到Google电子表格?我使用Google Drive做了一个表单,但为了让自定义CSS运行,我需要复制表单标记。



在我的情况中,这是Google为send按钮行为

 < form action =https://docs.google.com/forms/d/113H_71nd98TWE0bByjHYNpnC- 
oVA6OBDWtppU30rBrU / formResponsemethod =POSTid =ss-formtarget =_ selfonsubmit =>

然而,我想从我自己设计的表单发布数据到上述Google Form Response电子表格。这里是我的表单代码(使用Bootstrap 3):

$ p $ < form class =form-horizo​​ntalrole =form ID = FTK接触 >
< h4>立即与我们联系< / h4>
< div class =form-group>
< label for =inputTypeclass =col-lg-2 control-label>查询类型< / label>
< div class =col-lg-10>
< select class =form-controlid =inputType>
< option>要求报价< / option>
< option>申请Bluebook< / option>
< option>一般查询< / option>
< / select>
< / div>
< / div>

< div class =form-group>
< label for =inputNameclass =col-lg-2 control-label> Name *< / label>
< div class =col-lg-10>
< input type =textclass =form-controlid =inputNameplaceholder =Your Name>
< / div>
< / div>

< div class =form-group>
< label for =inputEmailclass =col-lg-2 control-label> Email *< / label>
< div class =col-lg-10>
< input type =emailclass =form-controlid =inputEmailplaceholder =Your Email>
< / div>
< / div>

< div class =form-group>
< label for =inputCompanyclass =col-lg-2 control-label>公司< / label>
< div class =col-lg-10>
< input type =textclass =form-controlid =inputCompanyplaceholder =Your Company Name>
< / div>
< / div>

< div class =form-group>
< label for =messageclass =col-lg-2 control-label> Message *< / label>
< div class =col-lg-10>