Custom success callback when posting from jQuery to Google Spreadsheet
I have an application that requires posting form data from a web site to a Google Docs spreadsheet.
Normally Google spreadsheet posts do a redirect to a google thank-you page.
I need to hijack this redirect and put up my own thank-you success page. Or keep them on the submit page with a little success alert.
This jsFiddle (using Malsup jquery.forms.js) works great except for the sucess callback..
JSFiddle here
Ta开发者_运维知识库rget spreadsheet here
Any and all thoughts are appreciated.
found a solution here that seems to work very well so far..
Customizing Google Docs Form For Email Validation Using Free jQuery Script
run the form code on any web page.. post goes to Google Spreadsheet... call back directs to custom local confirm page.. not google thank you page... probably could use some more error handling
精彩评论