By Phil Frilling, 27 September, 2012 Redirect node forms to different URLs in Drupal 7 Today I needed to redirect a node form submission to a separate URL. First, I tried the standard form api #redirect option in the form array like this: function MYTHEME_form_alter(&$form, &$form_state){ // Incorrect for node forms. $form['#redirect'] = base_path() . Tags drupal 7 node redirect form api