How can I allign vertically a field? I need for each selection of the Mum type a numeric value for each line item.

  • ramador
    Asked on August 24, 2015 at 5:53 PM

    How can I allign vertically a field?  I need for each selection of the Mum type a numeric value for each line item Screenshot 20

  • Elton Support Team Lead
    Replied on August 24, 2015 at 11:18 PM

    How about like this?

    How can I allign vertically a field?  I need for each selection of the Mum type a numeric value for each line item Screenshot 20

    If you want, simply inject this CSS codes to your form.

    .form-col-1[data-type="control_checkbox"] {

        width: 200px;

    }

    Guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes-to-your-Form

    Or you can actually use Purchase Order tool, it's under Payment Tools as it may come in handy. You can define your products and quantity without processing an actual payment. Give it a try.

    Hope this helps!