How to enable border to Braintree credit card payment fields?

  • sisters7
    Asked on July 16, 2016 at 6:44 AM

    Would you please help add border to these fields under "Credit Card Payment"? Credit Card #, Security Code, Expiration Mo, Expiration Yr.

    Thanks.

  • Kiran Support Team Lead
    Replied on July 16, 2016 at 9:57 AM

    Please inject the following CSS code to your JotForm to add the border to the credit card fields on your form.

    .braintree-hosted-fields {

        border: 1px solid #474545 !important

    }

    This is how it should be displaying after injecting the code above:

    How to enable border to Braintree credit card payment fields? Image 1 Screenshot 20

    Hope this information helps!