FieldStudiesCouncil / FLAIR

Open Source Fieldwork Tool
0 stars 0 forks source link

Make the forms save when you click next #9

Closed stevenday closed 12 years ago

stevenday commented 12 years ago

Need to write a handler (on the jQuery Mobile vclick event maybe?) that saves the form input back to the model, and hence to local storage when you click the next button. Perhaps even when you blur() the field?

Should it also save when you use the back button too?

This will also have to run the validation and deal with what happens if it fails.