Position fields on the same line

  • pawnaturals
    Asked on July 6, 2020 at 4:40 PM

    is it possible to add another column or 2, to the row so like fields can be grouped together on the same line?


    see screenshot example



    Jotform Thread 2432824 Screenshot
  • Mike_G JotForm Support
    Replied on July 6, 2020 at 7:08 PM

    To meet the requirements you described in your screenshot on your form, please inject the custom CSS codes to your form.

    li#id_14 {

        float: left !important;

        padding-left: 100px !important;

    }

    li#id_21 {

        padding: 12px 100px !important;

    }

    li#id_14, li#id_21, li#id_7 {

        width: 33% !important;

        display: inline-block !important;

        padding: 12px 36px;

    }

    #cid_14 div {

        overflow: hidden !important;

    }

    Reference Guide: How-to-Inject-Custom-CSS-Codes

    Feel free to let us know if you need any further assistance.

  • Mike_G JotForm Support
    Replied on July 6, 2020 at 7:21 PM

    I would like to apologize that I forgot to mention that you need to shrink all the 3 fields first.

    1594077297zt200706 191357 Screenshot 10

    And you also need to enable the "Move to a new line" option ONLY for the Barcode Scanner widget.