According to the README, the permission "toggle multistep" allows a user to swap between seeing all fields and seeing the multistep version.

I can't find this UI, figured I'd ask - hopefully it's still there and this can be a docs fix, or maybe the feature went missing in 7.x? In 6.x this was in multistep_form_alter() with the addition of an 'all' button.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

xurizaemon’s picture

Title: Restore "Toggle Multistep" functionality in 7.x » Restore "Toggle Multistep" link in 7.x
FileSize
7.4 KB

OK, here's a crude patch which slaps "all" back on the start of the progress bar links. I wouldn't expect this to get into production as it is, but I will be using it on a dev site to avoid clicking through endless wizards.

EDIT: Ignore this patch and see below ... I typo'd "git show" instead of "git diff", so the patch on this comment is actually a combination of all these -

- http://drupal.org/files/multistep-1065458-handle_required_fields-56.patch
- http://drupal.org/files/multistep-1869016-no_children_or_no_weight-4.patch
- http://drupal.org/files/multistep-1870646-workbench_page_callback.patch
- http://drupal.org/files/multistep-1925906-correct_manage_fields_URL.patch

... where is the maintainer?

xurizaemon’s picture

Title: Has the UI for "Toggle Multistep" gone missing in 7.x? » Restore "Toggle Multistep" functionality in 7.x
Status: Active » Needs work
FileSize
682 bytes

try this

bkno’s picture

Issue summary: View changes

Patch #2 works for me. Only issue I noticed is the next button stays at the end of the form, when there is no next step.

Edit: Another one - when I removed the toggle privilege from administrator the 'All' option remained visible in the menu, after clearing cache.