Aligning checkbox and number field next to an image in jotform

  • madamezorro
    Asked on January 12, 2018 at 2:43 PM

    hi i am trying to make an order form with an image to the left and several checkbox fields to the right with a quantity field for each of them( see image ) the quantity fields only appear when you check one of the checkboxes and using the shrink function the first 2 work perfectly but the third the quantity field drops below. Is there any way to fix this? any way of creating columns for each field type? this is the form:

    https://form.jotformeu.com/80114283011339


    thanks for any help!

    benji

    1515786098Screen Shot 2018 01 12 at 20 Screenshot 10

    Jotform Thread 1347781 Screenshot
  • Dexter_R
    Replied on January 12, 2018 at 4:33 PM

    Hi,

    Try to insert this code into your CSS:

    .form-line {

        padding: 10px 33px;

    }

    Here's what I achieved:


    1515792333capture area Screenshot 10

    I removed the title "Quantity" and placed as a label. To change the label, press the field and then press the label to change text.

    You can also check this link, maybe will give you some new ideas

    https://www.jotform.com/help/343-How-to-Perform-Form-Calculation-in-the-Matrix-Field

    I hope this will help!