How do you remove the word free from the product list?

  • az.moreno88
    Asked on February 11, 2021 at 1:04 PM

    Hi - we want to have pricing on the bottom part of the form, the items listed under 'Add Ons'. Can you please provide code that will only allow the pricing for that to appear?


    Thank you!

  • David JotForm Support Manager
    Replied on February 11, 2021 at 4:46 PM

    Hi, please make sure to remove your injected code, and replace it for this: https://www.jotform.com/help/117-how-to-inject-custom-css-codes

    #input_8_1006_price,#input_8_1005_price,#input_8_1004_price,#input_8_1003_price,#input_8_1001_price,#input_8_1000_price,#input_8_1002_price{
      display: none !important;
    }

    Example:

    1613079597 6025a42d873c7 injectedCode Screenshot 10

    Result: https://form.jotform.com/210416421379956

    1613079710 6025a49e6b510 result Screenshot 21

    Let us know if you need more help.

  • az.moreno88
    Replied on February 11, 2021 at 5:55 PM
    That worked. Thank you!!
    Sent from my iPhone
    ...