How to remove the pricing option?

  • FrankandEarnest
    Asked on August 8, 2017 at 8:35 AM

    Hi, my order form is here, I don't need the prices to display. Is it possible to remove pricing altogether as I can't find an option for this?

     

    Thanks in advance

  • John_Benson
    Replied on August 8, 2017 at 10:29 AM

    I opened the Page URL that you have provided and I did not see any prices on your form. Please check the screen animation below:

    How to remove the pricing option? Image 1 Screenshot 20

    Is the issue resolved? If not, please provide a screenshot so we can further check it. To post a screenshot here in the Support Forum, please follow this guide: https://www.jotform.com/help/438-How-to-Post-Screenshots-to-Our-Support-Forum

     

     

  • FrankandEarnest
    Replied on August 9, 2017 at 5:01 AM

    Hi, thanks for your response. Where it says 'free' after every product, we need that removed but cannot find a way to do this. I think it has come from leaving the price blank, we do not want any pricing info (free or an amount) to show.

  • liyam
    Replied on August 9, 2017 at 5:24 AM

    Hello,

    You can insert this CSS code into your form:

    #input_16_1001_price, #input_16_1002_price, #input_16_1003_price, #input_16_1004_price, #input_16_1005_price, #input_16_1006_price, #input_16_1007_price, #input_16_1008_price, #input_16_1009_price, #input_16_1010_price, #input_16_1011_price, #input_16_1012_price, #input_16_1013_price, #input_16_1014_price {
    display: none;
    }

    If you need to know how to inject CSS into your form, please follow the steps from this guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    Please let us know if you have questions.