Get URL to return back to page

357 Views Asked by At

I have a website which uses a multi-step Contour form. When the user clicks "Next" i would like to get the URL so they can return back to the same step if they have not completed the form.

At present if the page URL is http://currentsite.com/questionnaire/qa1.aspx (qa1.aspx is the page that holds the Contour form) it returns back to the same step, if i close my browser and navigate back to the samem page.

My concern here is if the user deletes their cookies this would mean they cant return to the form again by browsing to the same page.

So how could i create the URL to return the user back to the step/page on a partially submitted form?

1

There are 1 best solutions below

4
On

If the user has to log in, I would recommend that you store the form information in a database, associated with their login information.