heaversm / google-custom-form

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

Wrong CSS Selector in Multi-input example #3

Open dcapaccio opened 8 years ago

dcapaccio commented 8 years ago

In the jQuery portion of the example, you have this line : $('#input-name').addClass('active').val('Thank You!');

input-name should be "#input-q0" or whatever input that exists on the page.

I know it's not really important, but if someone were just copying it to test, it would seem nothing happened on the page.