How to keep sub-product expanded as a default?

  • one.oz.patisserie
    Asked on March 13, 2020 at 11:20 AM

    Is there any way to keep the cookies sub fields shown in default? As when you open the form you will notice the cookies has a cropped area and it looks so wrong. I have attached a screen shot of the error as well as the form link for your kind review.

    Jotform Thread 2208344 Screenshot
  • jherwin
    Replied on March 13, 2020 at 12:10 PM

    You may add this custom CSS in order to display the sub-products by default:

    .form-product-item-detail {
          height: 100% !important;
    }

    Guide: How-to-Inject-Custom-CSS-Codes

    Please give it a try and let us know how it goes.

  • one.oz.patisserie
    Replied on March 14, 2020 at 8:26 AM

    Thank you for your assistance! 

    It worked perfectly.