How to Add Fourth Column in Product List?

  • Sarah_sarah368_sarah_Smith
    Asked on July 16, 2025 at 5:35 PM

    It seems on most jotform order page, there is only space for three products across. I would like to add a fourth. Is this possible? I would also like to remove the word "free" from the pricing.


    Jotform Thread 29066161 Screenshot
  • Aries JotForm Support
    Replied on July 16, 2025 at 6:52 PM

    Hi Sarah,

    Thanks for reaching out to Jotform Support. You can make four columns on your product list field by injecting custom CSS codes in your form. Let me show you how to do it:

    1. First, copy this code:
    /* Make product list flex and wrap items */
    .form-product-item.new_ui {
      width: 24% !important; /* 4 per row, with some margin */
      margin: 0.5% !important;
      display: inline-block;
      vertical-align: top;
    }
    /* Ensure the container behaves as a grid */
    .product-container-wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }
    /* Optional: Tidy up alignment and spacing */
    .form-product-item-detail.new_ui {
      height: 100%;
      box-sizing: border-box;
    }

    2. In Form Builder, click on the Paint Roller icon on the right side of the page to open Form Designer.

    3. Now, in the Form Designer menu, click on the Styles tab, scroll down and paste the code into the Inject CSS Code box. That’s it. The code is automatically saved.

    How to Add Fourth Column in Product List? Image 1 Screenshot 30

    Here's the sample screenshot result after injecting custom CSS codes:

    How to Add Fourth Column in Product List? Image 2 Screenshot 41

    Give it a try and let us know how it goes.

  • Sarah_sarah368_sarah_Smith
    Replied on July 16, 2025 at 9:06 PM

    That is perfect! Exactly what I needed!

    I would also like to remove the cost or the word "free" from each product and not have any subtotals on this form.

    Could you help me with that?

  • Aries JotForm Support
    Replied on July 16, 2025 at 9:21 PM

    Hi Sarah,

    I moved your other question to another thread. You can check it out here.

    Let us know if you have any other questions.

  • Sarah_sarah368_sarah_Smith
    Replied on July 16, 2025 at 9:47 PM

    Okay, this works in the editing window, but when I preview the form 'live' it is still 3 across.

    How to Add Fourth Column in Product List? Image 1 Screenshot 20

  • Raymond JotForm Support
    Replied on July 17, 2025 at 12:29 AM

    Hi Sarah,

    I cloned and tested your form, using exactly the codes my colleague provided and I see in form's published mode that the columns are split into 4. Check out the screenshot below for my results:

    How to Add Fourth Column in Product List? Image 1 Screenshot 20

    Can you try it removing the existing codes in your form, and add it back exactly as how my colleague shared it and try it again?

    Keep us updated and let us know how it goes.

  • Sarah_sarah368_sarah_Smith
    Replied on July 17, 2025 at 1:41 PM

    It works! Amazing!

    How can I make it so the default quantity number on each product is zero? I don't want customers to think they are ordering something by having the default be 1. I prefer the textbox entry method and not the drop down menu.
  • Aries JotForm Support
    Replied on July 17, 2025 at 1:58 PM

    Hi Sarah,

    As for your other question, I've moved that to a new thread. You can check that out here.

    Let us know if you have any other questions.

Your Reply