How to have Full name fields in one line?

  • rugbynorcal
    Asked on May 25, 2017 at 2:18 AM

    When changing some spacing and sizing of fields, some fields on my form entered to the next line. Example: Contact Name used to be First and Last name fields on the same line, now they are on top/bottom of each other. How can I change this?

  • Nik_C
    Replied on May 25, 2017 at 3:40 AM

    Are you referring to this form: http://www.jotform.us/form/71366499124160?

    And these fields:

    How to have Full name fields in one line? Image 1 Screenshot 30

    You could shrink them so they will come back to one line:

    How to have Full name fields in one line? Image 2 Screenshot 41

    And if you need them with bigger width, you can inject custom CSS in your Custom CSS field:

    For example for those two fields it would be this CSS:

    #first_20 {

        width: 200px;

    }

    #last_20 {
        width: 200px;
    }

    Let us know if you have any additional questions.

    Thank you!