css for credit card fields

  • plungefetish1
    Asked on August 20, 2019 at 8:39 PM

    How can I style the CC #entry fields and the date and zip code fields in my Square credit card integration so that they look the same as the first name and last name fields above them ? 


    https://form.jotform.com/92263485568166

    Jotform Thread 1934162 Screenshot
  • AshtonP
    Replied on August 20, 2019 at 10:24 PM

    You can add the following code to your form - 

    .square-hosted-fields {

        width: 100% !important;

    }

    This should look like this - 

    91493 Screenshot 26 Screenshot 10

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

  • plungefetish1
    Replied on August 21, 2019 at 4:40 PM

    Thanks, that worked great.