gostaria de saber ...

  • philippericci
    Asked on November 20, 2015 at 3:27 PM

    quero vender um item.  como coloco a imagem do item, a quantidade e o preço ... tudo na mesma linha !

     

    Obrigado 

  • David JotForm Support
    Replied on November 20, 2015 at 4:38 PM

    Hi,

    If you would like the quantity and product details in your payment field on the same line, adding this code to your form should do so:

    http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    .form-product-item {

    width: 620px !important;

    }

    .form-product-item br {

    display: none;

    }

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

    width: 140px !important;

    float: right;

    }

    This is how the form would look with the code added:

    https://form.jotform.com/53236843181960

    If you have any further questions, let us know and we will be happy to help.