Posted by tsega on January 19, 2010 at 10:52am
I have a content type Education, used by the user to fill in his/her educational information. I want to use rules to redirect the user to his profile page, whenever a user creates, updates or deletes his/her educational information. I have been able to do it for create but how do I do it for update and delete?
Thanks for reading this.

Comments
Update
Clone your existing rule, and change the event from "After saving new content" to "After updating existent content".
Also take a look at this link: http://drupal.org/node/520012
That was exactly what I needed!
Thanks esbon!!!
That was it! It worked like a charm! Thanks for your help, Kudos!!!