How to increase width of Textbox field for Payment Amount in Payment Form

  • kputegnat
    Asked on June 8, 2015 at 8:19 PM
    On a final note, I have not been able to increase the text field size for Payment amount in the Authorize.net payment section.  I added size="20" to the field but it did not change.
  • Chriistian Jotform Support
    Replied on June 8, 2015 at 10:11 PM

    Hi kputegnat,

    Thanks for contacting us.

     

    You can adjust the width of the payment amount in your form by injecting this custom CSS code:

    input#input_5_donation {

      width: 300px;

    }

     

    To inject custom CSS code in your form, just follow instructions below.

    How to increase width of Textbox field for Payment Amount in Payment Form Image 1 Screenshot 20

     

    Do let us know if you need further assistance.

     

    Regards.