• Resolved jdbeontap

    (@jdbeontap)


    Hello,

    When trying to post a payment to PayPal on a test environment (Method 1 redirection or Method 2 redirection) the page simply reloads and adds #wpcf7-f300-p259-o1 to the end of the URL. On any page I get a console error:

    // stripe payment form

    // method 1
    jQuery(document).ajaxComplete(function() {
    cf7pp_load_stripe();
    });

    We don’t have a Stripe Account and only want to use this for PayPal payments. The only Contact Form 7 add ons we have installed are Flamingo. I added the plugin to my local as well to see if upon activation this would occur and its happening there too (without Flamingo installed or any settings added to your plugin or forms hooked up to the plugin).

    Any idea why this is happening?

    Thank you!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Scott Paterson

    (@scottpaterson)

    Make sure that you are not using CF7 Redirect or Submissions plugins and that jQuery is not being removed.

    Other then that I need to be able to visit the page to tell you exactly what the problem is.

    Thanks,
    Scott

    Thread Starter jdbeontap

    (@jdbeontap)

    Scott, Thank you for the quick response. We had a jQuery conflict in our theme. It is working now.

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

The topic ‘ajaxComplete is not a function’ is closed to new replies.