PayPal Pro: How to remove tha PayPal option?

  • SMACsuzuki
    Asked on June 30, 2017 at 5:56 PM

    https://form.jotformpro.com/71801086508960

    Using PayPal Pro so all credit cards are going though our PayPal account.  Next to the credit card option which is selected as default, is a PayPal option.  I want this PayPal option hidden.  Please help.  I have no experience with CSS.  Thank you.

    Jotform Thread 1188845 Screenshot
  • Kevin Support Team Lead
    Replied on June 30, 2017 at 6:39 PM

    Please, try injecting this CSS code to your form: 

    [data-type="control_paypalpro"] .form-address-table tr:nth-child(2) td:nth-child(2) {

        display: none;

    }

    This guide will help you injecting it: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    Hope this helps. 

  • SMACsuzuki
    Replied on July 1, 2017 at 10:35 PM

    Thank you.  this worked.  Sorry, I posted another question instead of responding here.