Creating/Filling in Forms & Saving the Data

Hey Everyone -

I am looking at creating my first ipad application. I basically need to create a form that needs to be filled in (about 10 items) and store all of that information for later retrieval (to email it out, etc).

I have poked around in the sample code and did not see anything specific for doing forms, nor saving the data from a form and was hoping I could get some pointers in the right direction.

Thanks [import]uid: 51922 topic_id: 9001 reply_id: 309001[/import]

I guess you would use these
http://developer.anscamobile.com/reference/index/nativenewtextfield
http://developer.anscamobile.com/reference/index/nativenewtextbox
http://developer.anscamobile.com/content/files
And a button that collates the data from the input fields
and dumps the data to a file/files
Cant say I’ve had to use any of that yet :slight_smile:
[import]uid: 34945 topic_id: 9001 reply_id: 32843[/import]

Innominata -

Thank you very much…I will take a look at those and try it out. I appreciate the direction! [import]uid: 51922 topic_id: 9001 reply_id: 32904[/import]