Sticky form in JQM

Sticky form in JQM

Hi,
  • I have a form that is in JQM format, and it pulls the questions from the database. Form validation is also used.
  • It posts to itself, and creates session variables for the answers, then loads the next set of questions in a totally new mobile page.
  • It works great except when using the back button. 
  • When the back button is clicked, the data is cleared, even with session variables being set.
  • I've tried combining it with a jquery form wizard with no luck in getting it to play with JQM properly.
Any thoughts or ideas how to go about this??