How to implement product categories

  • Mobileonix
    Asked on February 26, 2015 at 2:39 PM

    http://www.jotform.com/help/178-How-to-Have-Sub-Category-or-Sub-Labels-on-an-Order-Form

     

    but where does this code go ? Guys this product is amazing I am surprised you have people 

    touching code at all to change something this simple.

     

    Look forward to reply 

  • Mobileonix
    Replied on February 26, 2015 at 3:36 PM

    I have added code but the selection option button still shows 

     

    https://secure.jotformpro.com/Mobileonix/doortodoor

  • Mike
    Replied on February 26, 2015 at 5:38 PM

    Thank you for your kind words :)

    Please inject the following CSS to style the product category:

    input[id*="input_26_1010"] {

      display: none;

    }

    input[id*="input_26_1010"] + label > .form-product-details {

      display: none;

    }

    label[for*="input_26_1010"] {

      font-weight: bold;

      text-decoration: underline;

    }

    How to implement product categories Image 1 Screenshot 20

    If you need any further assistance, please let us know. We will be happy to help.

  • Mobileonix
    Replied on February 27, 2015 at 5:01 PM

    Thanks