我找不到“名称";属性,同时检查Google表单的输入元素.如何找到它? [英] I can't find "name" attribute while inspecting input elements of google form. How to find it?

查看:81
本文介绍了我找不到“名称";属性,同时检查Google表单的输入元素.如何找到它?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个html表单,我想从中将数据存储到google电子表格.我创建了Google表单,但是当我尝试检查name属性以将其与HTML form属性链接时,找不到任何内容.我想要name ="entry.###";属性.这是我在检查输入元素时说的:

I have a html form from which I want to store data to google spreadsheet. I created google form but when I try to inspect name attribute to link it with HTML form attribute, I couldn't find any. I want name="entry.###" attribute. Here is what I say when I inspect an input element:

<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的预填充链接,则可以使用name属性/prefill

右键单击答案字段之一,然后选择检查

您应该看到如下元素:

<input type="text" class="quantumWizTextinputPaperinputInput exportInput" 
jsname="YPqjbf" autocomplete="off" tabindex="0" aria-label="Untitled question"
 aria-describedby="i.desc.1567593859 i.err.1567593859" name="entry.975751923"
 value="" dir="auto" data-initial-dir="auto" data-initial-value="" aria-invalid="false">

这篇关于我找不到“名称";属性,同时检查Google表单的输入元素.如何找到它?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆