Support Page reload in all steps

Created on 17 October 2022, over 2 years ago
Updated 16 January 2024, about 1 year ago

How is it possible to allow page reload in all steps of a multistep form without going back to the first step ?

✨ Feature request
Status

Postponed: needs info

Version

2.0

Component

Code

Created by

πŸ‡©πŸ‡ͺGermany zuernbernhard

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • πŸ‡ΊπŸ‡¦Ukraine dinazaur

    I'm not sure that understand the question, this module is all about form state manipulation, if you want to clear all steps states, you can simply remove all information from form_state. I just don't know what you're doing there.

  • Status changed to Closed: outdated 12 months ago
  • Status changed to Active 12 months ago
  • πŸ‡ΈπŸ‡ͺSweden johnzzon Gothenburg πŸ‡ΈπŸ‡ͺ

    I think what he's asking is that, if you progress to say, Step 4, and you reload the page, you've reset all your progress and are back at Step 1.

  • Status changed to Closed: won't fix 3 months ago
  • πŸ‡ΊπŸ‡¦Ukraine dinazaur

    Sorry for the delay.
    The module doesn't support such a feature, you will need to implement something like this by yourself. The possible implementation would be to save form state in database using user's session id, in case of anonymous users it would require starting a session when he visits a page with a form. Such a feature is out of scope of the module.

  • πŸ‡©πŸ‡ͺGermany zuernbernhard

    Thank you !

Production build 0.71.5 2024