When I duplicate a sub heading - free appears where price would go

  • cloudyireland
    Asked on February 11, 2017 at 3:15 PM
  • Mike_G JotForm Support
    Replied on February 11, 2017 at 7:05 PM

    The word "Free" from the first product was hidden using CSS codes that were injected in the form.

    When I duplicate a sub heading   free appears where price would go Image 1 Screenshot 20

    To also hide the product details on the product that serves as the second product in your product list, please inject the CSS codes below to your form.

    .form-product-item:nth-of-type(2) .form-product-details {

        display: none;

    }

    https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    I hope this helps. Please let us know if you need any further assistance.

    Thank you.