Why does the form/products collapse on a purchase order form?

  • nick3885
    Asked on March 18, 2015 at 10:56 AM

    My products show up perfect when Im editing the purchase order form but when I go to view the form, the products are collapsed and must be checked to view the images and options. Is there a way to make this not happen? Id rather the form be long and easier to view the product images.

    Thanks!

    Why does the form/products collapse on a purchase order form? Image 1 Screenshot 20

  • David JotForm Support
    Replied on March 18, 2015 at 1:50 PM

    Hi,

    Please add this CSS to your form:

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

    .form-product-item.hover-product-item {

    height: auto !important;

    }

    .form-product-item {

    height: auto !important;

    }

    This should show your product images and their options without them being collapsed.  Here is my test form to show you how it looks before you make any changes:

    http://form.jotformpro.com/form/50765136006955

    Let us know if this is not what you were looking for and we will be happy to have another look.