我有一个 html 表单,我想从中将数据存储到谷歌电子表格。我创建了 google 表单,但是当我尝试检查 name 属性以将其与 HTML 表单属性链接时,我找不到任何东西。我想要 name="entry.###" 属性。这是我在检查输入元素时所说的话:
<input type="text" class="quantumWizTextinputPaperinputInput exportInput" jsname="YPqjbf" autocomplete="off" tabindex="0" aria-labelledby="i1" aria-describedby="i2 i3" dir="auto" data-initial-dir="auto" data-initial-value="">
如果创建类型为
https://docs.google.com/forms/d/XXX/prefill
的预填充链接,则可以获得名称属性右键单击答案字段之一并选择
Inspect
您应该看到如下元素: