Title: watch4him's Replies | WordPress.org

---

# watch4him

  [  ](https://wordpress.org/support/users/watch4him/)

 *   [Profile](https://wordpress.org/support/users/watch4him/)
 *   [Topics Started](https://wordpress.org/support/users/watch4him/topics/)
 *   [Replies Created](https://wordpress.org/support/users/watch4him/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/watch4him/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/watch4him/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/watch4him/engagements/)
 *   [Favorites](https://wordpress.org/support/users/watch4him/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Redirecting to Another URL – Not Working](https://wordpress.org/support/topic/redirecting-to-another-url-not-working/)
 *  Thread Starter [watch4him](https://wordpress.org/support/users/watch4him/)
 * (@watch4him)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/redirecting-to-another-url-not-working/#post-3140336)
 * Here is what I did to fix it…
 * I manually inserted the script tags found at the bottom of the page for the tutorial
   into my own site. (just before the closing body tag)
 *     ```
       <script type="text/javascript" src="http://contactform7.com/wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js?ver=3.18"></script>
       <script type="text/javascript">
       /* <![CDATA[ */
       var _wpcf7 = {"loaderUrl":"http:\/\/contactform7.com\/wp-content\/plugins\/contact-form-7\/images\/ajax-loader.gif","sending":"Sending ...","cached":"1"};
       /* ]]> */
       </script>
       <script type="text/javascript" src="http://contactform7.com/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=3.3.1"></script>
       ```
   
 * This worked for me. (of course I replaced the src to match where my files were
   on my server)

Viewing 1 replies (of 1 total)