Pay Pal field is collapsed, how do I uncollapse the field so that the product options show?

  • slikker66
    Asked on February 28, 2015 at 4:39 AM
  • Sean
    Replied on February 28, 2015 at 8:40 AM

    I presume you are referring to the sub options that will only be displayed if a selection is made for one of your products?

    Pay Pal field is collapsed, how do I uncollapse the field so that the product options show? Image 1 Screenshot 20

    I am currently looking for a fix for this. As soon as I have an update you will be notified.

    NB: Your form tends to freeze quite often when being used. When I cloned your form and disable the auto fill option it seems to run a lot smoother.


    Thank you for understanding

  • Sean
    Replied on March 3, 2015 at 9:19 AM

    Sorry about the late response. I was able to find a fix your your issue. By injecting the CSS codes below, all your product options will be displayed automatically with/without checking the box for each of the product categories.

    .form-product-item{
    height: auto !important;
    display: block;
    }

    Here is a test form:
    http://form.jotformpro.com/form/50613421166951? 

    Do let us know if further assistance is needed.