Full name, where can I make larger the fields?

  • lfgellon
    Asked on April 19, 2017 at 1:24 AM

    Full name, where can I make larger the fields?

  • Ian
    Replied on April 19, 2017 at 1:35 AM

    If you want to increase the width of First and Last Name fields, then you can inject the following CUSTOM CSS by following instructions provided at https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

     

    input#first_11 {    
    width: 200px;
    }

    input#last_11 {
    width: 200px;
    }

  • lfgellon
    Replied on April 19, 2017 at 6:43 AM

    Hi Ian,

    Thanks for the hint!

    In my case this snippet worked

    #last_3 {

        width : 200px;

    }

     

    #first_3 {

        width : 200px;

    }

     

  • seth
    Replied on April 19, 2017 at 8:02 AM

    Hello,

    I am glad that it worked.

    Please feel free to contact us for your further queries.

     

    Regards.