Title: [Plugin: WordPress Form Manager] redirection after subbmiting a form
Last modified: August 20, 2016

---

# [Plugin: WordPress Form Manager] redirection after subbmiting a form

 *  Resolved [thekjub9](https://wordpress.org/support/users/thekjub9/)
 * (@thekjub9)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-wordpress-form-manager-redirection-after-subbmiting-a-form/)
 * there is only a text … but a redirection back to a page would also be nice 😉
 * an ajax text beneath the form teling thx for submiting and then redirecting to
   a nother page 😉
 * [http://wordpress.org/extend/plugins/wordpress-form-manager/](http://wordpress.org/extend/plugins/wordpress-form-manager/)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Author [hoffcamp](https://wordpress.org/support/users/hoffcamp/)
 * (@hoffcamp)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-wordpress-form-manager-redirection-after-subbmiting-a-form/#post-2103478)
 * Thats a good idea! I’ll add it to the next version.
 *  Plugin Author [hoffcamp](https://wordpress.org/support/users/hoffcamp/)
 * (@hoffcamp)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-wordpress-form-manager-redirection-after-subbmiting-a-form/#post-2103604)
 * Let me backtrack – I didn’t add this as a feature. There are a couple of ways
   to do this.
 * 1) You could put a script in your acknowledgement message:
 * `Thank you! Your data has been submitted. <script language="javascript">setTimeout('
   location.replace("YOUR_URL_HERE")', 3000); </script>`
 * 2) You could make a custom summary template. You could use a page slug, or just
   replace the URL in the script. Paste the following in a php file and upload it
   to /templates/:
 *     ```
       <?php
       /*
       Template Name: Auto-Redirect ('PAGE_SLUG_HERE')
       Template Type: email, summary
   
       //////////////////////////////////////////////////////////////////////////////////////////
   
       */
   
       $pageURL = "#";
       $page = get_page_by_path("sample-page");
       if($page)
       $pageURL = get_permalink($page->ID);
       ?>
       SHOULD REDIRECT IN 3 SECONDS
       <script language="javascript"><!--
       setTimeout('location.replace("<?php echo $pageURL; ?>")', 3000);
       //-->
       </script>
       ```
   
 *  Thread Starter [thekjub9](https://wordpress.org/support/users/thekjub9/)
 * (@thekjub9)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-wordpress-form-manager-redirection-after-subbmiting-a-form/#post-2103663)
 * but to add it as a feature i would rethink it …
 * maybe to put this in the plugin settings in a text form next to the “Thank you!
   Your data has been submitted.” part
 * so its one there if somebody wish to use it
    because I really wouldnt find out
   this code by myself
 * thx
    and in few weeks or month I really will forget this code so if you need 
   it it would be great to have it directly inside WP instalation
 *  Plugin Author [hoffcamp](https://wordpress.org/support/users/hoffcamp/)
 * (@hoffcamp)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-wordpress-form-manager-redirection-after-subbmiting-a-form/#post-2103696)
 * Okay… you’ve got me convinced. I’ll include it in the next update.
 *  Thread Starter [thekjub9](https://wordpress.org/support/users/thekjub9/)
 * (@thekjub9)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-wordpress-form-manager-redirection-after-subbmiting-a-form/#post-2103705)
 * 😉 thx you are the best

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘[Plugin: WordPress Form Manager] redirection after subbmiting a form’
is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wordpress-form-manager.svg)
 * [Form Manager](https://wordpress.org/plugins/wordpress-form-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-form-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-form-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-form-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-form-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-form-manager/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [thekjub9](https://wordpress.org/support/users/thekjub9/)
 * Last activity: [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-wordpress-form-manager-redirection-after-subbmiting-a-form/#post-2103705)
 * Status: resolved