Is there a way to have a payment form with just paypal?

  • TammiFunk
    Asked on December 16, 2014 at 11:57 AM

    I have a form located here:  http://www.visitlongsfarm.com/parelli_10_15.html

    At the bottom of the form, for the clinic cost, is there a way to just show Paypal and not the option for Discover?

     

    Thanks,

    Andy

  • val
    Replied on December 16, 2014 at 1:15 PM

    Hi,

    Please try insert this CSS codes to your Form Styles.

    Copy this CSS codes.

    .paypalpro_dc {
    display:none !important;
    }
    .input_54_paymentType_credit {
    display:none !important;
    }
    #input_54_paymentType_credit {
    display:none !important;
    }

    Here is the guide on How to inject Custom CSS codes in your form:

    http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Hope this can hide the Discover payment option in your form.

    Thanks.

  • TammiFunk
    Replied on December 16, 2014 at 2:24 PM

    Excellent.  Thank you very much!

     

    Andy

  • David JotForm Support
    Replied on December 16, 2014 at 3:12 PM

    On behalf of my colleague you are very welcome!  Let us know if there is anything else we can help you with and we will be happy to do so.