Square input fields too small when published

  • mklabunde
    Asked on December 30, 2016 at 9:13 PM

    Square payment gateway input fields too small when published, but look okay on the form creation page. Where can i change the height of the input fields on the Square Payment Gateway widget?

     

    See pics below.

     

    Thanks in advance for the help!

     

    Square input fields too small when published Image 1 Screenshot 30Square input fields too small when published Image 2 Screenshot 41

    Jotform Thread 1022469 Screenshot
  • liyam
    Replied on December 31, 2016 at 7:26 AM

    Hello,

    Can you remove this code in your injected CSS:

    .form-all * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    }

    You can follow this guide in order to find where you can inject CSS into your form: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    If you have questions or in need of assistance, please let us know.

    Thanks.

  • mklabunde
    Replied on December 31, 2016 at 8:23 AM

    Yes! That fixed it. Thank you so much! Looks great now.