I can't seem to get "Content is/will complete" condition to work for me.
I have a list of existing Registration documents that need to be renewed by users.
These users only have access to a subset of the fields in this CCK-defined document.
I wanted to use multistep to guide users through updating a couple of sections of the document.
When they get to the last step and choose Done (Submit), I would like to update a date field in the Registration indicating that the renewal process was complete.
I can't find the correct combination of Rules and Conditions that work for me.
Content is/will complete are always false. "content updated" triggers after each step (Next).
How do I get the rule to recognize the final submit?

Comments

tomdavidson’s picture

Hi GRRaka, I dont have a solutions for you, but wanted to confirm that I am another user that is having the same problem and am looking for a solution.

chey’s picture

I am doing something very similar and it works just fine. This is what I choose when creating my rule.

Event: Content is going to be saved
Condition: Content will complete
Action: (choose your action)

In my action i am updating a CCK field to a specific value. With these settings it only happens one time.

The Multistep "Content will complete" condition will only ever trigger once when the last page of the form is submitted. The "Content is complete" condition will trigger every time the form is updated as long as the form has been completed first ("submitted" as Multistep sees it).

Yuri’s picture

Warming when 'done' but not all steps have been completed.

Is there way to display a warning message to the user, when he ends the multistep form by clicking 'done' but has not completed some of the steps? (That is, he has navigated using the multistep block and skipping some steps).
I think this is a request issue, but maybe some of you guys know how to accomplish this with rules.
Thanks

joecanti’s picture

So glad I came across this thread - works like a charm! Thanks Chey for the clear explanation!

Now all I have to do is attach the completed form to the email that Rules sends out...Any ideas??

Joe

GRRaka’s picture

Status: Active » Closed (works as designed)