How can I increase the text field width?

  • jeansew
    Asked on August 7, 2017 at 9:29 PM
  • Kiran Support Team Lead
    Replied on August 8, 2017 at 12:34 AM

    You may find the field IDs of the fields on your JotForm by clicking on Field Details button from the Advanced tab of the field propeties and apply the ID to the CSS code as shown below:

    How can I increase the text field width? Image 1 Screenshot 20

    #input_4 {

    width: 350px;

    }

    You may set the width as per your requirement and inject the code to your JotForm by following the guide below:

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

    Hope this information helps!