How Can we Remove PayPal Logo or ADD Generic Credit Card icon to our registration page

  • Wayne Valley
    Asked on May 29, 2025 at 1:41 PM

    Our audience is in their late 60s. They don't all have PayPal accounts and may be daunted by this visual that makes it appear you can only pay online using PayPal or Venmo. We want to use an icon of a generic credit card so they are assured they can click through and pay without specifically having to use Venmo or Pay Pal.

  • Desiree
    Replied on May 29, 2025 at 2:36 PM

    Hi Wayne,

    Thanks for reaching out to Jotform Support.

    Please inject this CSS Code into your form to remove the Paypal Logo in the Paypal Checkout button:

    .paypal-buttons iframe{

    opacity:0 !important;

    }

    .paypal-buttons {

    background: #ffc439;

    position:relative;


    }

    .paypal-buttons:after{

    content:"Checkout";

    position:absolute;

    color:#000;

    font-size:20px;

    left:calc(50% - 20px);

    top:calc(50% - 12px);

    }

    Result:


    How Can we Remove PayPal Logo or ADD Generic Credit Card icon to our registration page Image 1 Screenshot 20

    This button will still work for the user as long as your Paypal account is connected to the payment field.

    Give it a try, and let us know if you need any additional help.



  • Wayne Valley
    Replied on May 29, 2025 at 3:22 PM

    The issue is a little more complicated than that because we also have a checkout for people paying by check in the mail
    .. did you look at our form? You'll see if you take a closer look what I'm talking about
  • wvhs1975reunion
    Replied on May 29, 2025 at 3:25 PM
    How will that work if we also have a checkout option that is check by mail?
    ...
  • Joeni JotForm Support
    Replied on May 29, 2025 at 3:47 PM

    Hi Wayne,

    I'll need a bit of time to look into this. I'll get back to you shortly.

    Thanks for your patience, we appreciate it.

  • Joeni JotForm Support
    Replied on May 29, 2025 at 4:52 PM

    Hi Wayne,

    You can change the PayPal icon with the generic credit card so they are assured they can click through and pay without specifically having to use Venmo or PayPal. You can achieve this by Injecting the CSS Code below. Let me show you how:

    1. First, copy this code.

    /* Hide original button text */
    .paypal-buttons iframe{
      opacity:0 !important;
    }

    /* Set button color */
    .paypal-buttons {
      background: #ffc439;
      position:relative;
    }

    /* Add Checkout text */
    .paypal-buttons:after{
      content:"Checkout";
      position:absolute;
      color:#000;
      font-size:20px;
      left: 50%;
      top:50%;
      transform: translate(calc(-50% + 40px), -50%);
    }

    /* Add a credit card icon */
    .paypal-buttons:before{
      position:absolute;
      background-color: black;
      width: 44px;
      height: 30px;
      border-radius: 4px;
      left: 50%;
      top:50%;
      transform: translate(calc(-50% - 40px), -50%);
      content: "";
      clip-path: polygon(0 0, 100% 0, 100% 100%, 36% 100%, 36% 67%, 16% 67%, 16% 84%, 36% 84%, 36% 100%, 0 100%, 0 45%, 100% 45%, 100% 27%, 0 27%);
    }

    /* Hide text above checkout button */
    .paypal-smart-text, #label_22{
      display: none;
    }

    2. In Form Builder, click on the Paint Roller icon at the upper right side of the panel to open the Form Designer Menu.

    3. Go to the Styles tab, and add the CSS Code to the Inject Custom CSS input box. How Can we Remove PayPal Logo or ADD Generic Credit Card icon to our registration page Image 1 Screenshot 30 Take a look at the screenshot of the result below:

    How Can we Remove PayPal Logo or ADD Generic Credit Card icon to our registration page Image 2 Screenshot 41To avoid confusion, I moved your other question to a new thread and helped you with that here.

    Give it a try and let us know how it goes.

  • Wayne VAlley
    Replied on May 30, 2025 at 1:11 PM

    Now our checkout option is ONLY going to Venmo QR code. That is even worse than previous problem. We need three options - credit card, PayPal, Venmo. How Can we Remove PayPal Logo or ADD Generic Credit Card icon to our registration page Image 1 Screenshot 20

  • Reymae JotForm Support
    Replied on May 30, 2025 at 1:35 PM

    Hi Wayne,

    I checked your form, and it's integrated to Venmo directly, which is why it's the only payment gateway available. Take a look at the screenshot below to see my results:How Can we Remove PayPal Logo or ADD Generic Credit Card icon to our registration page Image 1 Screenshot 50You can change the payment integration to PayPal in just a few simple steps. Let me show you how:

    1. In Form Builder, click on the Add Element menu on the left side of the page.
    2. Under the Payments tab, click on the Three Dots icon next to your payment method.
    3. Now, click on Switch to Another Gateway.
    4. In the window that opens, select PayPal and click on Use Selection.

    How Can we Remove PayPal Logo or ADD Generic Credit Card icon to our registration page Image 2 Screenshot 61 Next is to connect your PayPal Account:

    1. In the panel on the right side of the page, click on Connect. This will take you to the PayPal page.

    2. Now, enter all of the necessary information and connect your PayPal account with your form.

    How Can we Remove PayPal Logo or ADD Generic Credit Card icon to our registration page Image 3 Screenshot 72

    3. Select Show "Debit or Credit Card" and Show PayPal on the Integration.

    How Can we Remove PayPal Logo or ADD Generic Credit Card icon to our registration page Image 4 Screenshot 83Give it a try and reach out again if you need any other help.

  • Lauri
    Replied on May 30, 2025 at 2:33 PM

    I have done all the things you suggested. When I chose “Show Debit or Credit Crd” it said I needed an extra level of scrutiny with PayPal. I answered all their questions and PayPal said “Approved”. When I went back to Jotform it is not showing our paypal account connected

  • Ronald JotForm Support
    Replied on May 30, 2025 at 2:43 PM

    Hi Wayne,

    You can try to connect your PayPal account again by clicking the Connect button. Take a look at the screenshot below to see the button:How Can we Remove PayPal Logo or ADD Generic Credit Card icon to our registration page Image 1 Screenshot 30After clicking the Connect button, a pop-up will show where you can log in and authorize your PayPal Account. Once done, the blue Connect button will turn into a green Connected button, like below:How Can we Remove PayPal Logo or ADD Generic Credit Card icon to our registration page Image 2 Screenshot 41We also have a guide here that you can check out to learn more about How to Integrate PayPal with Jotform.

    Give it a try and reach out again if you have any other questions.

  • Masur_Lauri
    Replied on May 30, 2025 at 2:50 PM

    I've tried connecting over and over again. The process finishes on the PayPal side and a button shows up that says "Return to Jotform" but when I click on that it just circles. The Connect button is also circling and when I close out the PayPal box, the Connect button returns to "Connect". Seems to be a problem on the Jotform side

  • Ronald JotForm Support
    Replied on May 30, 2025 at 2:51 PM

    Hi Wayne,

    Can you share with us a screen recording of what’s happening so we can try to replicate it on our end? You can share the video recording on any public sharing platform like Google Drive or Dropbox, or you can simply use Loom to record the video and share the video link with us.

    Once we hear back from you, we'll be able to move forward with a solution.

  • Masur_Lauri
    Replied on May 30, 2025 at 3:27 PM

    I'm sorry I have no idea how to do a screen recording. I tried downloading Loom but couldn't get it to work. Is there another way for you to help me?

    I have connected to our PayPal account many times throughout the process of setting up this Jotform but for some reason this time it is not connecting. I get a Success page from PayPal and then it will not return to Jotform and give me the Connected button.

  • Jonathan JotForm Support
    Replied on May 30, 2025 at 4:26 PM

    Hi Wayne,

    Could you try to log in to your Jotform account using a different browser, or use an incognito or private browser mode? Once you've logged in, open your form in Form Builder, and try connecting to PayPal payment again.

    Give this a try, and let us know how it goes.

    Once we hear back from you, we'll be able to help you with this.

Your Reply