Forum Discussion
KateRobertson
10 years agoCommunity Member
Exporting Variables into a Google Spreadsheet
Having read this post on how to export variables to be read in a google spreadsheet, I set about trying to get this working in my project, I soon ran into problems, I just could not get it to work a...
NormanLamont
10 years agoCommunity Member
Sorry for learning out loud here, but I hope it's useful to others who come along later. The popup is caused by that part of the code. I commented out the alert and it no longer appeared. The data still transferred to the spreadsheet.
success: function(data)
{
//alert(data);
}