I've created some multipage type fieldgroups for a node create/edit page. I'd like to save the node after each step. Is this possible with this module? Is there a hook I can use to save the node?

Comments

user654’s picture

.

nils.destoop’s picture

Status: Active » Fixed

@ #1
Saving your node on every multistep is not possible. If you want to alter this behavior, you'll need to form alter the form and add custom ajax buttons. You'll also need to take over the full multipage js.

@ #2
Same solution for you. You need to form alter the node form, and add an ajax submit button for every tab you want. You will need to place the name of your button also in the #group_children array of the group.

Status: Fixed » Closed (fixed)

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