How to disable the PayPal option when processing payments through PayPal Pro integration?

  • SummitIT
    Asked on February 10, 2017 at 10:47 AM

    When processing payments using the PayPal Pro plugin, is it possible to disable the PayPal option so that users can only pay with a credit card...

     

    Thanks

    Jotform Thread 1062727 Screenshot
  • AIDAN
    Replied on February 10, 2017 at 12:28 PM

    Hi, thank you for contacting us.

    While it's not possible to achieve what you requested via the payment integration itself, a workaround I would recommend is injecting this custom CSS into your form:

    .form-address-table:first-of-type td + td {

    display: none !important;

    }

    I noticed that you have already injected quite some custom CSS in your form, but for completeness here is our guide on how to do that: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    I have also created a corrected form in case you would like to clone ithttps://form.jotform.com/70404721566958

    If you need further assistance please let us know. We will be happy to help. Thank you.

  • SummitIT
    Replied on February 10, 2017 at 2:13 PM

    Thanks so much! This worked perfectly.