Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow clicking the individual steps in multistep forms #104

Open
pwkip opened this issue Jan 2, 2023 · 0 comments
Open

Allow clicking the individual steps in multistep forms #104

pwkip opened this issue Jan 2, 2023 · 0 comments

Comments

@pwkip
Copy link
Owner

pwkip commented Jan 2, 2023

Currently multistep forms force the user to follow all the steps in the predefined order. in over 99% of cases this makes a lot of sense. But it should at least be possible to click the steps and move to a previous step.

In a later phase, we should also allow moving to any step, triggering validation of all the in-between steps in the process, and pausing on the first step that doesn't pass validation.

For now it is possible to add your own custom events to move to a specific step already, but it requires some advanced javascript skills to make this work. https://conditional-fields-cf7.bdwm.be/multistep-example-move-to-specific-step-programatically/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant