put quantity on same line as product

  • toledobanners
    Asked on March 6, 2014 at 10:44 AM

    Could you either add an align option for quantity, or write the code so the quantity is on the same line as the product description, next to the check box? Having it on a second line really blows up the length of a form and makes it look a little confusing. It would look much neater, condensed and easier to use if each product and quantity were on one line.

  • pinoytech
    Replied on March 6, 2014 at 11:24 AM

    Hi,

    Can you please take a look at this clone form if this is what you want to accomplish?

    http://www.jotformpro.com/form/40644781795971

    If yes, please inject this custom css in your form to achieve that.

    .form-product-item {

    width: 600px !important;

    }

    .form-product-item br {

    display: none;

    }

    .form-product-item .form-sub-label-container {

    width: 200px !important;

    float: right;

    }

    Here's the guide on how to inject custom css: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    If you need further assistance, please do let us know.