Title: keytoe's Replies | WordPress.org

---

# keytoe

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Mapping list of old URL's to new URL's 301 Redirect Plugin](https://wordpress.org/support/topic/mapping-list-of-old-urls-to-new-urls-301-redirect-plugin/)
 *  [keytoe](https://wordpress.org/support/users/keytoe/)
 * (@keytoe)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/mapping-list-of-old-urls-to-new-urls-301-redirect-plugin/#post-5114418)
 * Redirection seems to do the trick:
    [https://wordpress.org/plugins/redirection/](https://wordpress.org/plugins/redirection/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Get email form form on_sent_ok](https://wordpress.org/support/topic/get-email-form-form-on_sent_ok/)
 *  Thread Starter [keytoe](https://wordpress.org/support/users/keytoe/)
 * (@keytoe)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/get-email-form-form-on_sent_ok/#post-3774728)
 * Ok, I managed to solve this in the following way.
 * You can store the e-mail address in the success message through the back-end 
   with [email].
 * Then you are able to access the e-mail through JSON, with the following command:
 * var message = data.message;
 * If you put this in the on_sent_ok function, you get the full success message.
   I have put a : in the success message, so that I could split the variable on 
   this sign and put it in the e-mail variable.
 * The code to get the tracking pixel I was looking for is shown below. I hope it
   helps someone.
 * on_sent_ok: “var email = data.message.split(‘:’);email = $.trim(email[1]);var
   now = new Date();now = now. getTime();var div = document.getElementsByClassName(‘
   wpcf7-response-output wpcf7-display-none wpcf7-mail-sent-ok’)[0].innerHTML = ‘
   <img src=”[https://tl.tradetracker.net/?cid=10978&pid=16524&tid=’+now+’&eml=’+email+’&descrMerchant=viacontactform&descrAffiliate=viacontactform&#8221](https://tl.tradetracker.net/?cid=10978&pid=16524&tid=’+now+’&eml=’+email+’&descrMerchant=viacontactform&descrAffiliate=viacontactform&#8221);
   alt=”” width=”1″ height=”1″ border”0″ />'”

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