Is it possible to increase the height of a fields so the whole form appears larger to the user

  • thatchamtornadoes
    Asked on June 30, 2017 at 11:08 AM

    The default height of fields appears a little small in  my form and I'd like the option to increase it.  Some characters i.e q,p,j also appear to be cut off due to the height of the field. example attached is peter jaques.

    Jotform Thread 1188429 Screenshot
  • Mike_G JotForm Support
    Replied on June 30, 2017 at 1:05 PM

    Following the instruction on how to inject custom CSS codes to a form, please inject the following CSS codes below to increase the height of the input fields in your form

    input {

        height: 28px !important;

    }

    Related Guide: How-to-Inject-Custom-CSS-Codes

    If you have other questions, please do not hesitate to get back to us and we will be glad to help you.