Hi,
I am new to Corona. I have the SDK installed and working on a Mac.
Now I’m looking to create a form that logs a mixture of free text fields, ticks and radio button choices to some sort of permanent local storage (file or DB) on the phone. (Like an HTML form except that data are stored locally.)
Each user will fill in the form several times over a few days (like a diary).
At some point, and on demand, I want to upload the data to a server over an Internet protocol - e.g. FTP or email or POST.
Can someone point me at the sort of SDK calls I’ll need?
I have found widgets but haven’t yet found the simple text boxes and buttons.