How I can increase the field size ?

  • Joey_Gupta
    Asked on October 23, 2020 at 3:01 AM

    How I can increase the field size ?

    I have tried it from here https://prnt.sc/v535iu but it's not working

    1603436353 5f927f41b8320  Screenshot 10

    Jotform Thread 2650997 Screenshot
  • Girish JotForm Support
    Replied on October 23, 2020 at 6:53 AM

    To clarify do you want to increase the field width of all widgets except "Medications and supplements". Is that correct?

    1603450390 5f92b61645c7e 2310 6 Screenshot 10

    Please review and confirm.

  • Joey_Gupta
    Replied on October 23, 2020 at 7:47 AM

    Hi, I want to increase height and width both for all fields.

    Example :

    1603453570 5f92c282586f3  Screenshot 10


    1603453618 5f92c2b22a21b  Screenshot 21

  • Girish JotForm Support
    Replied on October 23, 2020 at 9:39 AM

    Thanks for the details. Let me check for a suitable CSS and update via this ticket.

  • Girish JotForm Support
    Replied on October 23, 2020 at 9:44 AM

    You can use this CSS code in the Custom CSS tab of the widget:

    input[type="text"] {

    width: 400px !important;

    height: 100px!important;

    }

    You may adjust the px size as per your requirement.

    Please check this demo form: https://form.jotform.com/202962865354968

    If this works, you may clone it into your account: -how-to-clone-an-existing-form-from-a-url