Can I put the Name and Email field in 1 line?

  • dima888
    Asked on July 21, 2017 at 12:12 PM
    can I do the same in FORM ITSELF?
  • Jan
    Replied on July 21, 2017 at 12:48 PM

    It is possible to align 2 fields in 1 row. You just need to use the "Shrink" function. 

    Select the field first and then right click it. After that choose the "Shrink" option. You need to do the same thing with the other field. Here's a screen capture:

    Can I put the Name and Email field in 1 line? Image 1 Screenshot 20

    Related guide: https://www.jotform.com/help/90-Form-Field-Positioning

    Hope that helps. Thank you.

  • dima888
    Replied on July 21, 2017 at 12:52 PM

    for some reason my field

    User 1 Email

    does not get shrinked enough to accommodate field

    User 2 Email

     

  • Jan
    Replied on July 21, 2017 at 2:15 PM

    I suggest you change the Label Alignment of the field to "Top". Just select the field and then click the "Properties" button. After that, choose "Top" in the Label Alignment option.

    Here's a screen capture:

    Can I put the Name and Email field in 1 line? Image 1 Screenshot 20

    Hope that helps. Let us know if you need further assistance. Thank you.

  • dima888
    Replied on July 21, 2017 at 2:57 PM

    superb! thank you!

  • dima888
    Replied on July 21, 2017 at 3:02 PM

    I added the name for the 2st two fields and they do not show correct in the published form - can you please take a look?

  • Jan
    Replied on July 21, 2017 at 4:33 PM

    If that's the case, then we can just change the width of the form to 900px. Please inject this custom CSS code:

    .form-all {
    width: 900px !important;
    }

    Here's a guide on How-to-Inject-Custom-CSS-Codes. Here's the result:

    Can I put the Name and Email field in 1 line? Image 1 Screenshot 20

    Hope that helps. Thank you.