The product I have added that has options doesnt show

  • Klokhuis
    Asked on August 31, 2016 at 1:36 PM

    The product I have added that has options doesnt show. (third product) The bounding div gets an element style added, not sure how to override this

    Jotform Thread 921392 Screenshot
  • Kiran Support Team Lead
    Replied on August 31, 2016 at 3:21 PM

    It seems that the height of the item in the payment wizard is being overridden by the sub-product options.

    The product I have added that has options doesnt show Image 1 Screenshot 20

    Please try injecting the following CSS code to your JotForm that should resolve the issue.

    .form-product-item {

    height: auto !important;

    }

    Please get back to us if you need any further assistance. We will be happy to assist. 

  • Klokhuis
    Replied on September 1, 2016 at 5:43 AM

    aha, didnt think of that. Very simple, solved it. Thanks Kiran.