How can I make the name field longer

  • barbara.pronsato
    Asked on June 3, 2021 at 3:05 PM

    I have attached a screenshot of the name field and the first name field is really short, I'd like to make it longer, how do I do that?


    Jotform Thread 3138971 Screenshot
  • Lorenz JotForm Support
    Replied on June 3, 2021 at 9:06 PM

    Greetings,

    Is this the form https://www.jotform.com/form/211125439726151 you are working on? If want the name field to have a full width, kindly please add the CSS code below into your form.

    #input_13{

    width: 100% !important;

    }

    Guide: https://www.jotform.com/help/117-how-to-inject-custom-css-codes

    I hope this helps. Let us know if you need any further assistance.