Input boxes in the payment field are too small

  • DerekWatson
    Asked on August 1, 2019 at 11:39 AM

    The input boxes (text boxes) for the credit card number, exp. date, CVV, are too short. The placeholder text only shows a portion (the top half) of the placeholder text.  I read through most of the forum and couldn't find the answer. 


    https://form.jotform.com/92104287728259

  • John_Benson
    Replied on August 1, 2019 at 1:03 PM

    I was able to replicate your issue. Please try injecting this custom CSS to increase the height of the affected fields:

    #square_cc_number, 
    #square_cc_ccv, 
    #square_cc_exp, 
    #square_cc_postal {
    height: 27px;
    }

    Here's the result:

    1564678756cc fields Screenshot 10

    Let us know if you have any questions.