Credit Card Authorization form template

  • lukasruhnau
    Asked on February 11, 2021 at 3:35 PM

    I used a template from you guys called "Credit Card Authorization Form". 

    Can you tell me if there is any option to delete the PayPal button and to add the option that my clients can choose which type of credit card they have (like visa, mastercard etc.)?


    Thank you so so much for your help!


    Lukas Ruhnau

  • VincentJay
    Replied on February 11, 2021 at 7:37 PM

    Hello,

    Do you want to remove this PayPal option or change the payment integration?

    1613090042 6025ccfa9459b ht57547 Screenshot 10

    If you want to remove the PayPal option, we can provide you a custom CSS code. We'll wait for your response. Thank you!

  • lukasruhnau
    Replied on February 12, 2021 at 10:22 AM
    New response received

    p img {
    max-width: 100%;
    }





    Hello! Thank you for the response! Yes! I would like the option PayPal under payment method, to be deleted out of the form. And then also I’d like to have separate options for the credit card types such as MasterCard, visa etc. like 4 separate options not just one for all 4, that my clients can select for the card they have. Hope that makes sense.Thank you! Kind regards,Lukas RuhnauOn 2/11/21 at 5:37 PM, JotForm wrote:




    ...
  • Nikola JotForm Support
    Replied on February 12, 2021 at 12:12 PM

    Hi Lukas,

    If you don't want to have a PayPal option on the form, you can use some other payment integration, such as Square or Stripe, instead of using the PayPal Pro payment integration.

    1613149398 6026b4d6ea87b switch Screenshot 10

    You can also hide the PayPal option by adding this CSS code to your form:

    input#input_3_paymentType_express {

      display: none!important;

    }

    img {

      display: none;

    }

    Related Guide: How to Inject Custom CSS Codes

    In this case, you should also change the default payment method to credit card inside of the payment field settings.

    1613149700 6026b6049dba3 defult Screenshot 21

    The credit card options can't be separated. That option is used only to show the accepted credit cards.