https://docs.google.com/forms/d/e/1FAIpQLSe4-5jfzznYBB1UByawdNucFRls2Nt17MgT5K1w_ikKUrByVQ/viewform. This is link to my google form. When I inspect an input element, I can't find name attribute. I need name attribute so that I can store my HTML form data to google spreadsheet. The attribute must contain a value like "entry.***". When I inspect an input element, the following is displayed without any name attribute:
<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="">
Where to get the name attribute?