Jquery ajax – How to store an incomplete multi-step form?
I currently have a form that is multi-step; it doesn't do anything fancy per step, it simply does display: none on the previous step to hide the previous fields and move the user forward. It submits via AJAX and has…