How do I make a table cell field length longer

  • rosalindsimpson
    Asked on October 4, 2017 at 1:07 PM
  • Marvih
    Replied on October 4, 2017 at 2:08 PM

    Are you talking about this field? 

    How do I make a table cell field length longer Image 1 Screenshot 30

    If yes, you can add this custom CSS code into your form. https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    .form-textbox, .form-textarea, .form-radio-other-input, .form-checkbox-other-input, .form-captcha input, .form-spinner input {

        width: 100px;

    }

    How do I make a table cell field length longer Image 2 Screenshot 41