is there a way I can make the first name and last name boxes wider if I don't need the middle etc ?

  • RobertKRice
    Asked on July 11, 2016 at 1:45 PM
  • David JotForm Support Manager
    Replied on July 11, 2016 at 2:45 PM

    Inject the following CSS code to make them wider: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    #first_3{

        width: 130px;

    }

    #last_3{

        width: 147px;

    }

    Let us know if you need more help.

  • RobertKRice
    Replied on July 12, 2016 at 2:45 PM
    Many thanks. I've got the idea now, and have been able to use it elsewhere
    You guys are really helpful !
    Robert
    ...
  • David JotForm Support Manager
    Replied on July 12, 2016 at 2:50 PM

    You are welcome! Open a new thread if you need anything else. :-)