how can I change size of text box?

  • mlumpkin
    Asked on July 31, 2015 at 2:39 PM
  • David JotForm Support
    Replied on July 31, 2015 at 3:57 PM

    Hi,

    You can change the size of all your text boxes with the following code:

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

    .form-textbox {

    height: 25px !important;

    width: 220px !important;

    font-size: 14px !important;

    }

    Just adjust the values if necessary.

    If you would like to adjust a specific text box, you can change the width of the text box by changing the "size" attribute in the fields options:

    how can I change size of text box? Image 1 Screenshot 20

    Click on the field, then click on the gear in the top right of the field to open the options.

    If you are trying to anything else for a specific field, let us know which form as well as which field you would like changed and we will be happy to help.