How can I delete all pricing on my form?

  • az.moreno88
    Asked on February 5, 2021 at 7:37 PM

    We'd like to remove all pricing from our Valentine's day dinner order form. Can you please provide a code to do that?


    Thank you!

  • Girish JotForm Support
    Replied on February 5, 2021 at 10:13 PM

    Please add this CSS code on the form:

    #input_8_1010_price, #input_8_1011_price, #input_8_1012_price {

    display: none;

    }

    Related guide: https://www.jotform.com/help/117-how-to-inject-custom-css-codes

  • az.moreno88
    Replied on February 5, 2021 at 10:44 PM
    It didn’t work
    Sent from my iPhone
    ...
  • Girish JotForm Support
    Replied on February 6, 2021 at 2:22 AM

    Please add this CSS code:

    .form-product-details {

    display: none;

    }

    Would this work out for you?

  • az.moreno88
    Replied on February 6, 2021 at 10:22 AM
    I need all pricing and the word free removed from the form please
    Sent from my iPhone
    ...
  • Richie JotForm Support
    Replied on February 6, 2021 at 10:40 AM

    Please try my colleagues custom CSS to remove the price and the label "Free".

    .form-product-details {

    display: none;

    }

    Guide:https://www.jotform.com/answers/277033-How-to-add-screenshots-images-to-questions-to-the-support-forum

    Screenshot:

    1612625968 601eb8304aca8 1 Screenshot 10

    Let us know how it goes.