views:

13

answers:

0

Hi folks,

I have a simple web based app that's going to run on an iPad. What I need is a way to store user inputs: email and lat/lng from a Google Map. I don't really have access to a serverside setup at the moment.

It needs to be fairly secure as I can't give out the users email obviously. I would like to be able to post from my web app to a store where I can later pull the data out and throw it into a spreadsheet for the enduser. Anyone got some simple suggestions?

I initially thought about Google Docs but it seems I need to go serverside with there Data API.

Thanks, Denis