heaversm / google-custom-form

Submit to a google spreadsheet using a form of your own design
194 stars 50 forks source link

Can't find <input type="hidden" name="entry. in the page source #15

Open architchandra opened 7 years ago

architchandra commented 7 years ago

I tried following all the instructions, but can't find any sequence of the pattern mentioned in the README.

rafawashere commented 7 years ago

You do not need to find the <input type="hidden" name="entry. just search for the name="entry.####" than use the name on an input field to submit to that specific field. Hope this helps.