How to put First and Last Name field on the same line?

  • kesslinger
    Asked on April 9, 2016 at 12:13 PM

    Having trouble with the Field Full Name. I want First and Last to be on their own lines and be the same width as the rest of the fields OR I want the First and Last to be on the same line and it be the same width (combined) as the other fields.

    How do I fix this?

     

    Many thanks! 

  • Kiran Support Team Lead
    Replied on April 9, 2016 at 1:52 PM

    It seems that you have already added some code to your JotForm. Please try injecting the following CSS code to your JotForm.

    [data-type="control_fullname"] .form-sub-label-container {

        width: 47%;

    }

    It should be displaying as shown below after adding the code to your JotForm.

    How to put First and Last Name field on the same line? Image 1 Screenshot 20

    Hope this information helps!