I like being able to use google spreadsheets, but it's hard to integrate visually into my site. So I thought that I recreated their form (simple cut / paste), submit the form via AJAX, the data will go to a spreadsheet, and I could redirect my user to something more beautiful than Google default. Thank you for what you did. You just made the page.
But I have a lot of problems submitting the form. I have js until the URL to which the transmission is sent (and the receiving parameters) exactly matches the format of the Google form (the firebug net tab is very convenient here). In fact, when I copy the failed feed url from firebug and put it in the browser, it does not cause any problems.
You can check it out. http://www.stardustindependent.com/cookies What is the problem? The corresponding JS is in custom.js.
jquery ajax google-spreadsheet google-docs
doub1ejack
source share