How to increase the width and height of text fields?

  • swebsites
    Asked on November 17, 2017 at 12:38 AM

    Hi there,

    https://form.jotform.com/73196995834980

    I've used the multiple text fields in this form, however, am unable to increase the width and height of the fields to make them more user friendly. Could you please help with this? Also, would it be possible to make these expandable as the user types in.

  • Nik_C
    Replied on November 17, 2017 at 2:58 AM

    Here is how to increase the width of the field:

    1510905031screencast Screenshot 10

    To increase the width of the field, please insert the below CSS into your Custom CSS Field:

    .form-textbox {

        height: 25px!important;

    }

    I'm afraid that we don't have an option to expand the text field as user type.

    Let us know if you have any further questions.

    Thank you!