• Resolved curtzt

    (@curtzt)


    I’m using the PayPal + Stripe plugin with Contact Form 7. It redirects me to Paypal, but in the second step, it puts my Paypal login (an email address) into the form for payments, rather than that leaving that field blank or putting the customer’s email in… If I replace the Paypal email with the customer’s email and then login in with the password for the customer’s account, Paypal completes the transaction and returns me to my website properly, but this seems pretty confusing. Is there some way to change this?

    (If anybody happens to know how to do it, I’d also really like to change the first form that Paypal presents when the customer is redirected. I really only need a field for the customer to enter the total payment due.)

    And a really minor issue… when I submit the form, the collapsed green border frame for the Contact Form 7 text response appears for a second before the redirect happens and covers it up.

    Thanks in advance for any advice…

    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)

    Hi @curtzt,

    This is because PayPal is remembering your login email address (because you have a cookie from PayPal in your browser as you have logged in before). If you clear the cookies or try a different browser / private mode this will not happen.

    To fix the green border, you can just hide that section using this CSS:

    .wpcf7-response-output {
    display: none !important;
    }

    Thanks,
    Scott

    Thread Starter curtzt

    (@curtzt)

    Thanks for the help – it was amazingly fast, as well as useful!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Redirect to Paypal Problem’ is closed to new replies.