Unable to input text in the Security code text box of the Stripe payment question.

  • djmgmt
    Asked on March 16, 2015 at 10:48 PM

    Im not sure why, but when i test my form it will not allow me to enter anything into the cvc part of my "stripe" payment form

  • Ashwin JotForm Support
    Replied on March 17, 2015 at 3:11 AM

    Hello djmgmt ,

    I'm sorry for the trouble caused to you.

    Upon checking your form, I found that you have added so many custom css code to set the padding of text boxes. The padding css code seems to be causing this issue.

    I have fixed this issue in your form by injecting the following custom css code in your form:

    .cc_ccv {

    padding: 3px !important;

    }

    Do test your form and get back to us if the issue persists.

    Thank you!