Title: Redirect
Last modified: August 21, 2016

---

# Redirect

 *  [ldworshak](https://wordpress.org/support/users/ldworshak/)
 * (@ldworshak)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/redirect-52/)
 * Hi:
    How can I redirect to a different page when form is submitted? Lee Dworshak
   AtHomeSense.com
 * [https://wordpress.org/plugins/tt-guest-post-submit/](https://wordpress.org/plugins/tt-guest-post-submit/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Rashed Latif](https://wordpress.org/support/users/rashedlatif/)
 * (@rashedlatif)
 * [12 years ago](https://wordpress.org/support/topic/redirect-52/#post-4815296)
 * You can hardcode the link.
    To do that you need to change the following code
 *     ```
       extract(shortcode_atts(array(
                                   'author' => '1',
                                   'redirect_url' => get_permalink(),
                                   ), $atts )
                       );
       ```
   
 * to
 *     ```
       extract(shortcode_atts(array(
                                   'author' => '1',
                                   'redirect_url' => YOUR DESIRED LINK
                                   ), $atts )
                       );
       ```
   
 * I will add an option page for this plugin in my next version where i will add
   an option to change redirect link.
 * Let me know if it works.

Viewing 1 replies (of 1 total)

The topic ‘Redirect’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/tt-guest-post-submit_6284a6.svg)
 * [TT Guest Post Submit](https://wordpress.org/plugins/tt-guest-post-submit/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tt-guest-post-submit/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tt-guest-post-submit/)
 * [Active Topics](https://wordpress.org/support/plugin/tt-guest-post-submit/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tt-guest-post-submit/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tt-guest-post-submit/reviews/)

## Tags

 * [redirect](https://wordpress.org/support/topic-tag/redirect/)

 * 1 reply
 * 2 participants
 * Last reply from: [Rashed Latif](https://wordpress.org/support/users/rashedlatif/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/redirect-52/#post-4815296)
 * Status: not resolved