Payment Amount Field Size

  • pod15deec
    Asked on September 9, 2014 at 10:12 AM

    Hi,

     

    I am using the Stripe payment wizard with my form. Could you tell me if it is possible to make the "Payment Amount" field larger so it can fit more the 3 figures in the box?

     

    My issue is that if a client enters 10000 they can only see 1000 or 0000 displayed. 

    Jotform Thread 426132 Screenshot
  • aadrinmusic
    Replied on September 9, 2014 at 11:06 AM

    Hi,

    We can inject CSS to customize the size of the form field. To do this, we need to edit the form. You need to go to Setup & Embed -> Preferences -> Form Styles -> then paste the code at Inject Custom CSS:

    input[id*="_donation"] {
        width: 65px
    }

    Please refer to image below for a clearer instruction:

    Payment Amount Field Size Image 1 Screenshot 20

    The example above was set at 65px but you can adjust to a smaller or bigger value that you feel best fits your form.

    I hope this helps and if you have further queries, please let us know.

    Cheers!

  • pod15deec
    Replied on September 9, 2014 at 11:20 PM

    Thank you so much. That did the trick.