I have a questionnaire form on one page, but I want the filled in fields to persist.
i.e. if the user decides to half fill in the form and then go to another page, and then come back and finish filling it in.
I was thinking about using the javascript onUnload event handler to store all the field entries as javascript variables just before the page unloads - but then how do I then store these as php variables so I can then use php sessions?
(or am I going about this in a silly way?)
This is bugging me
Any ideas would be gladly received
Thanks
Andy.