Can someone explain how to use Multistep with Rules? Particularly, what are "content is complete" and "content will complete" conditions? Also, what are the arguments of "Content: saved content" and "Content: unchanged content?"

thanks, tom

Comments

vkareh’s picture

Status: Active » Fixed

Hi Tom,

  • Content is complete
    Will evaluate to TRUE when the saved content is Complete at the end of the triggering event.
  • Content will complete
    Will evaluate to TRUE when the saved content is one step short of being Complete at the end of the triggering event.
  • Content: saved content
    This is the node content after the triggering event.
  • Content: unchanged content
    This is the node content before the triggering event.

Hope this explains it better.

tomdavidson’s picture

Status: Fixed » Needs work

Thanks for the quick response. It is more clear to me now. I have a follow up with "Content is complete": If Multisetp is not in wizard mode, I am able to skip to the last step and click done - by-passing interim step's required fields. Should this evaluate to TRUE? In my form I have several fieldgroups that are controlled by prev entered vales. Going through the form and clicking done does not trigger the rule when I have "Content is complete", but gets triggered on each step when the condition is absent.

My next question may have more to do with being new to Rules...
"Content is/will complete" are conditionals. On what event should the Rule be triggered if I want to "Do" after the last step of the form has been submitted?