I want to accept paypal only

  • profitnessmx
    Asked on September 28, 2014 at 1:09 PM

    Hi I don't want to accept CC from a CC processor. I want to accept only Paypal and my customer may pay with his CC using his/her Paypal Account. I already go to the Credit Card Menu, and deselect all of them but inmediately appears all the CC again. I may successfully delete one, two or tree CC but not all four cards.

    Please help.

  • Jeanette JotForm Support
    Replied on September 28, 2014 at 5:31 PM

    You can do this:

    Leave any of the credit cards checked, in my example I left Visa

    -Find the correct input ID for the radio button field and the CC icon

    -I used the code below for this form

    /*Code to hide the radio button*/

    #input_6_paymentType_credit{
    display:none;
    }

    /*Code to hide the Visa icon*/
    img.paypalpro_img:nth-child(1){
    display:none!important;
    }

  • Jeanette JotForm Support
    Replied on September 28, 2014 at 5:41 PM

    BTW, wouldn't be better if you just use the Paypal Standard integration??? This way, you'll accept only Paypal users.