• Hi,

    After much work, and i tell you MUCH WORK AND READING, i finally found a working way, to track conversions using the contactform7 – THANK YOU for creating this plugin btw.

    i added this code in the settings;
    on_sent_ok: “location.replace(‘http://www.url.com/thanks’);”

    so now the visitor gets redirected to a thank you page, however, now when a person sends a message, he/she still sees a ‘your message has been sent succesfully’ before he/she gets redirected to the thank you page.

    i would really love it, if that message could be removed.

    suggestions?

Viewing 1 replies (of 1 total)
  • In the styles.css of the contact form 7 folder, (/wp-content/plugins/contact-form-7), I set the field:

    div.wpcf7-mail-sent-ok { }

    to display: none;

    and it works perfectly for me!

    Hope this helps.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Contact Form 7] Using location.replace remove 'message sent succesfully'’ is closed to new replies.