How to remove text "free" from the product label?

  • bdmais
    Asked on January 20, 2019 at 7:10 PM

    Hi, I was able to put sub-categories in my sales form, but the word * free * appears together (or 0.00).

    DrinksFree (when reading, it seems the drinks are free, but they are not).

    Can not read the word free?

    15480292361drinks Screenshot 10


    Another question: Can I leave only the subcategory word with another color?


    Thank you.

  • Ashwin JotForm Support
    Replied on January 21, 2019 at 12:27 AM

    I have injected the following custom css code in your form and that seems to solved this issue:

    span#input_32_1036_price {

        display: none !important;

    }

    Please test your form and get back to us if the issue persists.