How can I disable the PayPal and Discover payments from the PayPal Pro integration?

  • asus4pro
    Asked on February 26, 2015 at 1:23 PM

    How do we disable discover and paypal payment option and just keep Visa, Master Card, and AMEX

     

     

  • raul
    Replied on February 26, 2015 at 3:21 PM

    Upon checking your form, I see that you were able to see how to disable the Discover CC. Is that correct?

    How can I disable the PayPal and Discover payments from the PayPal Pro integration? Image 1 Screenshot 40

    Regarding on how to disable the Paypal option. Please follow the steps below:

    1. Set the credit card as the default payment method.

    How can I disable the PayPal and Discover payments from the PayPal Pro integration? Image 2 Screenshot 51

    2. Inject the following CSS code in your form:

    #cid_29 > table:nth-child(4) > tbody > tr:nth-child(2) > td:nth-child(2) {
    display: none;
    }

    This would be the result: 

    How can I disable the PayPal and Discover payments from the PayPal Pro integration? Image 3 Screenshot 62

    Let us know if this works for you.
    Thank you.

  • tony_han
    Replied on February 26, 2015 at 4:59 PM

    Hi Raul,


    Thanks for the reply. That did the trick, however, is there a way to get rid of What is PayPal? as wellHow can I disable the PayPal and Discover payments from the PayPal Pro integration? Image 1 Screenshot 20

  • tony_han
    Replied on February 26, 2015 at 5:06 PM

    I did inject the CSS code you provided. The paypal icon disappeared but not the "what is Paypal?"

  • raul
    Replied on February 26, 2015 at 6:23 PM

    Uncheck the "Show PayPal link" option in the Payment Wizard to hide that link.

    How can I disable the PayPal and Discover payments from the PayPal Pro integration? Image 1 Screenshot 20

  • tony_han
    Replied on February 26, 2015 at 7:03 PM

    awesome, that worked. Thank you.

  • David JotForm Support Manager
    Replied on February 26, 2015 at 9:00 PM

    On behalf of my colleague, you are welcome, please open a new thread, if you need anything else, we will be glad to assist you.