Hi,
in some situations it would be great if I could configure multistep nodeform to show the steps only within the add form and not in edit form. Maybe this would make multistep a more flexible solution for some users...

Kind regards

Comments

stBorchert’s picture

Status: Active » Needs work

Hm, this would require some major changes starting with msnf_attach_steps() where $form_state needs to be added as additional argument and msnf_info_steps() so you can alter the step definitions with hook_msnf_info_steps_alter().

Patches are welcome ...

stBorchert’s picture

-duplicate comment-

stBorchert’s picture

Status: Needs work » Fixed

Fixed in commit ffea588a9d.
Additionally I've added msnf.api.php with a small example hot to use hook_msnf_info_steps_alter().

stBorchert’s picture

Status: Fixed » Closed (fixed)

Created new release (7.x-1.4) that included this feature.

Zippy’s picture

Many thanks! I will test the new feature as soon as possible.

Kind regards

digitopo’s picture

I'm also looking for this feature. How can I access the options for this to disable multi-step node form for the node's edit form once it's been created?