insin / get-form-data

Gets form and field data via form.elements

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

document is not defined

prashantbhat84 opened this issue · comments

var form = document.querySelector('#productForm')

executing the above line gives the following error:

TypeError: document.querySelector is not a function

commented

What he said 👍