Viewing 7 replies - 1 through 7 (of 7 total)
  • I’m having a similar issue with a client’s site. It’s running CF7 3.0.1 on WP 3.1 (haven’t made the upgrade yet).

    I’ve tried putting *anything* in the additional settings dialogue and no luck. I’ve tried “location = ,” “location.replace,” and even just a simple alert – on_sent_ok: "alert('Bananas!');" Not even that functions.

    Page validates, no JS errors visible in Firebug or Web Developer toolbar. Ultimately I’d actually like to run a little jQuery that will show a built-in “Thank you!” box instead of the form with the thank you message at the bottom, but I need to figure out why its not accepting the script I’m putting in first.

    Browsers: Firefox 8, Chrome 15, IE9 tested so far.

    Any suggestions are appreciated.

    I should add that my form validates, sends, and is received successfully. It just won’t process anything from “Additional Settings” on CF7.

    I have the same problem. It worked fine from April ’11 to until recently – it has suddenly stopped working and I haven’t made any website changes! I want to track Google Adwords conversion – is there an alternative to tracking it without re-directing to another page?

    Thread Starter Rema999

    (@rema999)

    I’m sorry no one could help yet.

    I have the same issues as Pickleburp: page validates, no JS errors visible in Firebug or Web Developer toolbar.

    I’m using WP 3.2 and Firefox 8

    Still hoping to find out why this happens…
    Thanks!

    In my case it turned out that call to wp_footer was missing in the footer – that fixed my issue.

    GUS Solution is here and very simple..

    1. Open this below file
    wp-content\plugins\contact-form-7\includes\controller.php

    2. Find the function function wpcf7_process_nonajax_submitting()

    3. Find the line } elseif ( $wpcf7_contact_form->mail() ) {

    4. Copy below code
    header(“Location: “.home_url( ‘/’ ).”/thank-you”);
    exit;

    5. Paste it after this line:
    $wpcf7_contact_form->clear_post();

    Thank you,
    Viral Shah
    viral.shah@maven-infotech.com
    http://www.maven-infotech.com

    controller.php does not contain any of this

    I have been trying for a week to fix redirect problem

    standard code in additional settings box doesn’t work

    have correct code in header and footer as per other forum advice

    not sire where to from here

    check out http://sharlenepoole.com/bookings-enquiries/

    any help would be appreciated

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: Contact Form 7] Not redirecting to ThankYou page’ is closed to new replies.