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

  • az.moreno88
    Asked on December 23, 2020 at 2:30 PM

    We are doing a prix fixe menu and don't have pricing for each item. How do we remove?

  • enterprisesupportteam
    Replied on December 23, 2020 at 3:27 PM

    Hello @az.moreno88,

    Thank you for contacting JotForm Support.

    Please note that the products are displaying the Free sign because you have left the prices of these products empty. When there is no price or the price is 0, the Free sign will always appear.

    1608755175 5fe3a7e7631db  Screenshot 10

    To resolve this issue, you can simply enter the price that each product is worth so that the correct price is displayed instead of the Free sign.

    Please let us know if you have any further questions or concerns, we are always happy to help.

  • az.moreno88
    Replied on December 23, 2020 at 3:51 PM

    We don’t want a price or anything displayed for price since it’s included in one price. How can I remove it?

  • John Support Team Lead
    Replied on December 23, 2020 at 5:12 PM

    There's no option to hide the 'FREE' annotation via the Product List field. But you can use custom CSS codes to hide that. Please try injecting this to your form to hide it:

    #input_12_1000_price,#input_12_1001_price,#input_12_1002_price,#input_12_1004_price,#input_12_1005_price,#input_12_1006_price,#input_12_1007_price{display:none;}

    GUIDE: how-to-inject-custom-css-codes