Title: KookRoss's Replies | WordPress.org

---

# KookRoss

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Redirection crashes IE 11 – perfect for all others](https://wordpress.org/support/topic/redirection-crashes-ie-11-perfect-for-all-others/)
 *  Thread Starter [KookRoss](https://wordpress.org/support/users/kookross/)
 * (@kookross)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/redirection-crashes-ie-11-perfect-for-all-others/#post-4338512)
 * try
    `on_sent_ok: "$("#wpcf7-f5908-p6481-o1").empty();window.location.replace('
   https://www.url.com.au/thank-you/');"`
 * As that should reference the div around the form on that page.
 * Failing that I’m not sure, your page structure is quite different to the one 
   I was working in.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Redirection crashes IE 11 – perfect for all others](https://wordpress.org/support/topic/redirection-crashes-ie-11-perfect-for-all-others/)
 *  Thread Starter [KookRoss](https://wordpress.org/support/users/kookross/)
 * (@kookross)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/redirection-crashes-ie-11-perfect-for-all-others/#post-4338510)
 * [@mhcaus](https://wordpress.org/support/users/mhcaus/) not really sure, that 
   method (undesirable as it is) worked for me. If you post an address I’ll take
   a quick look and post an on_ok_sent string for you adjusted for your form.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Redirection crashes IE 11 – perfect for all others](https://wordpress.org/support/topic/redirection-crashes-ie-11-perfect-for-all-others/)
 *  Thread Starter [KookRoss](https://wordpress.org/support/users/kookross/)
 * (@kookross)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/redirection-crashes-ie-11-perfect-for-all-others/#post-4338496)
 * Found a solution to this, its an ugly one but it does get around the issue for
   me.
 * `on_sent_ok: "$("#post-440").empty();window.location.replace('https://www.url.
   com.au/thank-you/');"`
 * Where post-440 is the ID of the div which surrounds the form. Put simply your
   post led me to the belief that IE is somehow passing that form again before doing
   the redirection, this uses jQuery to clear that entire page of content (including
   the form) before doing the redirection.
 * Its a hack way to get around the IE issue but so far its working in all browsers
   for me including IE11.

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