• Is it possible to forward users to a a thank you page if the form is correctly sent… or have a message box pop up if the message is sent correctly? I have searched and searched and there is no fix for this to my knowledge. Seems to a be a major flaw of the plugin to just have a small message box at the end of the form. How would you more that message sent successfully message?

    Thanks

    DAn

Viewing 12 replies - 1 through 12 (of 12 total)
  • Not available as of version 1.9.3

    Thread Starter djones101

    (@djones101)

    Can this be made as a dashboard option in future versions? I can send a donation?

    Thanks

    Dan

    This would be a huge help. I would like to be able to resolve a successful submission to a page on another web site.

    But I would settle for a more prominent thank you page I could edit and send the viewer on manually.

    Otherwise a great plug in.

    I found a way to make it work — in the contact-form-7.js file…

    line 90:
    if (1 == data.mailSent) {
    jQuery(data.into).find(‘form’).resetForm().clearForm();
    //wpcf7ResponseOutput.addClass(‘wpcf7-mail-sent-ok’);
    window.location = “http://mysite.com/thank-you/”;

    Instead of having it add the thank you response output, I redirect it to my thank you page.

    Definitely a hack, but does what I need it to do.

    stugray

    (@stugray)

    I have tried your hack in the .js file with my website, and it isn’t working. I now get the regular ‘thank you’ response I was getting previously.

    Is there something I am missing?

    thanks! – s

    Thread Starter djones101

    (@djones101)

    That hack is not working for me either… anyone get it to work?

    Thread Starter djones101

    (@djones101)

    I am still not getting this to work… any luck?

    isaidicanshout

    (@isaidicanshout)

    see http://isaidicanshout.com bottom right contact page. it’s not contact form 7, it’s from scratch, but it does SORT OF what you want, only without inline error messages. if you want i can give you code, but it’s not as easy as a plugin.

    Thread Starter djones101

    (@djones101)

    I would appreciate it. I will contact you on your form. I have a few questions about it. Does it work in safari, firefox, ie8, ie7, ie6?

    Thread Starter djones101

    (@djones101)

    stugray,

    What other plugins are you running…? I still can not get this hack to work

    I have:

    akismet
    all-in-one-seo-pack
    contact-form-7
    google-analyticator
    google-sitemap-generator
    tinymce-advanced
    wp-super-cache

    did you get some version of this hack to work for you stugray?

    Thanks

    Dan

    Thread Starter djones101

    (@djones101)

    I had two instances of jquery appearing in the header. It was blocking me from changing anything in the .js file. By default it was going to the .php file.

    Thanks for the help everyone.

    The hacks are working now.

    trftimes

    (@trftimes)

    isaidicanshout is it possible for me to get your contact form code? The Contact Form 7 does not work with safari and I need it to work with safari too. Your form seems to work in safari.

    Unless someone knows how to fix the Contact form 7 to work with safari.

    Thanks
    Traci

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘[Plugin: Contact Form 7] Please Help… “Thank You Page” ?!?!?’ is closed to new replies.