I split node form to two step: http://s2.hostingkartinok.com/uploads/images/2013/01/579c844f6808b906d1b...
It's work.

I install Domain Access module and then in the second step began appearing error: http://s2.hostingkartinok.com/uploads/images/2013/01/0b1310efcd7af18b19c...

CommentFileSizeAuthor
#2 1897068-2.png38.2 KBstBorchert
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

stBorchert’s picture

Version: 7.x-1.4 » 7.x-1.x-dev
Status: Active » Needs work

Hm, the main problem here is that Domain access adds its fields using hook_form_alter() so Multistep Nodeform does not recognize them (it is hiding all fields not associated to steps).
I will work on a solution for this. Maybe an option like "view all fields not associated to a step in step #x" ...

stBorchert’s picture

Status: Needs work » Postponed (maintainer needs more info)
FileSize
38.2 KB

Uhm, which version of Domain Access are you using?
I've tested it right now with version 7.x-3.7 and I could move a field named "Domain access" into a single step and switch from one step to another without an error:
manage fields

Unfortunately #1894468: Step label appearing at bottom of each form step is valid here, too :/

stBorchert’s picture

I've committed a smal change to msnf.module that fixes some weird behavior with form elements added by other modules using hook_form_alter().
If elements are exposed to the Field UI using hook_field_extra_fields() you can arrange them and move the element into a single step. Otherwise the element will be hidden on the node form.

xandeadx’s picture

I forgot to use Domain Access options Display in vertical tabs = Yes

switch from one step to another without an error

try Save button on the last step

I've committed a smal change to msnf.module that fixes some weird behavior with form elements added by other modules using hook_form_alter().

cool, it's work

stBorchert’s picture

cool, it's work

"Fixed" then?

xandeadx’s picture

Status: Postponed (maintainer needs more info) » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.