It sounds simple, but I cannot find any solution.
If you are submitting a form you can use $form_state['redirect'] which I set in the _submit hook, or use drupal_goto().
You can use the Rules module to set this up.
Comments
If you are submitting a form
If you are submitting a form you can use $form_state['redirect'] which I set in the _submit hook, or use drupal_goto().
You can use the Rulesmodule
You can use the Rules module to set this up.