I've created a Webform with three steps. When i refresh the browser (F5) on step 1 and 2, i correctly remains in the same page. If i do the same in step three, i go back to step 2. For ALL the steps > 2, when i refresh the page i go back to step 2.
I tried to change same Webform settings ("Allow cookies for tracking submissions" and "Automatically save as draft between pages"), but with no results.
I'm using an anonymous user to browse the webform's pages.
I hope this info is sufficient, if you need more info, contact me.
Comments
Comment #1
quicksketchWebform uses POST requests to handle multi-page forms. It does not work when reloading the page or using the back button. In order to handle this gracefully, we'd need to implement #335480: Set separate URL for each page of Multi-Page Forms (Funnel Tracking). I'm marking this fixed as a support request, but it's really a "works as designed" issue. Though not ideal, we already have a different issue for adding the functionality you desire, and you should follow that issue for progress.