I did everything the way I suppose to and it still showing the word "free".

  • OrganicTouch
    Asked on January 23, 2020 at 4:06 AM

    I did everything the way I suppose to and it still showing "free"

  • Jed_C
    Replied on January 23, 2020 at 5:21 AM

    Are you referring to the "Free" text in your product label in this form https://www.jotform.com/form/200218021618139?

    You can inject the CSS code below to remove the word "Free" after the label name.

    #input_160_1000_price {

        display: none;

    }

    #input_160_1006_price {

        display: none;

    }

    #input_160_1009_price {

        display: none;

    }

    #input_160_1014_price {

        display: none;

    }

    #input_160_1016_price {

        display: none;

    }

    #input_160_1020_price {

        display: none;

    }

    #input_160_1022_price {

        display: none;

    }

    Let us know if you need further help.