Hi
I am trying to get the app to store the info entered into the 3 inputs, (name, mobile and email), but can only get 1 to work at any time, i'm pretty new to this so please be gentle
kind regards
michael
How are you storing the data?
If you need to store the entered values, then you should save them on button click (not page load).
will this save all 3, do I put all in the same grid, or how do i group them to an event on a single button
You can do under the same event (Click).
sorry Max, as i said i am very new to this, can you suggest a tutorial
thanks Max
thats sorted your a star,
can I ask you is there a way to build a drop down selectable list of users input and save this to local storage, for e.g. on a taxi booking app can we store their pickup and drop off details for use again
Sure you, you are just creating an HTML5 mobile app.