How to make all the product information visible immediately without ticking the box?

  • merakidesignsmnl
    Asked on June 26, 2017 at 10:32 PM

    I want our actual form in the Products section to look like the picture attached (BUILDING THE FORM) which shows all the information immediately. But when we go to our actual form (pic below) you will still have to tick the box for all information to be shown. How can we go about it?

    How to make all the product information visible immediately without ticking the box? Image 1 Screenshot 20

     

     

    Jotform Thread 1184463 Screenshot
  • Chriistian Jotform Support
    Replied on June 27, 2017 at 1:14 AM

    To make the product information visible on your form without ticking the checkbox, please inject this custom CSS below:

    .form-product-item {

        height: 200px;

    }

    How to make all the product information visible immediately without ticking the box? Image 1 Screenshot 30

     

    Here's the guide on How to Inject Custom CSS Codes.

    Result: 

    How to make all the product information visible immediately without ticking the box? Image 2 Screenshot 41

    Regards.