Paypal Payment field being truncated

  • McLeanCrewClub
    Asked on January 24, 2017 at 10:01 AM

    I pass a calculated field to the Paypal Payment field, but it is not being fully displayed. I would like to show the entire current number, including the cent digits.

    On my form the size seems large enough, but it only displays 2-3 digits. This seems like it should be easy to fix, but I have spent a lot of time poking around the form builder and looking at the forums.  THank you for your help .

    Jotform Thread 1044482 Screenshot
  • liyam
    Replied on January 24, 2017 at 11:57 AM

    Hello,

    As it shows, the input box for the donation field is too short. You can make it longer/wider by inserting this CSS code into your form:

    #input_69_donation {
       width: 100px !important;
    }

    Note: you can adjust the width of the textbox by adjusting the numeric value in the code above.

    If you need to know how to inject CSS into your form, please follow the steps from this guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    If you need assistance or if you have other questions, please let us know.