Product List: How to remove the prices?

  • creative4mediagroup
    Asked on May 20, 2022 at 11:03 AM

    Is there any way to turn off the price on the product widget? I like that I can put name of the product, picture, and quantity inline but this is for quote purposes and don't need the price on there.

  • Dragana JotForm Support
    Replied on May 20, 2022 at 11:59 AM

    Hello creative4mediagroup,

    Thanks for reaching out to Jotform Support. To remove the prices from the Product List, kindly add the following CSS to your form:

    .form-product-details {
     display: none;
    }

    You can click here to see how to inject CSS into your form. The result will look as follows:

    1653062298 6287ba9a00b30  Screenshot 10

    Reach out again if you have any other questions.

  • creative4mediagroup
    Replied on June 25, 2022 at 8:53 AM

    Thank this worked on desktop, but still shows up on mobile. Can you help?

  • Collin_S
    Replied on June 25, 2022 at 9:02 AM

    Hi,

    Please remove the existing CSS and add the following:

    .form-product-details {
        display : none !important
    }


    You could also just add the !important tag in the correct place in the existing CSS.

    Give it a try and reach out again if you have any other questions.

  • creative4mediagroup
    Replied on July 18, 2022 at 10:11 AM

    This worked thanks.

    One more thing is that it shows the price on the email sent to the customer lead. Is there any way to take this off on the autoresponder?
  • Dragana JotForm Support
    Replied on July 18, 2022 at 10:27 AM

    Hi creative4mediagroup,

    We're happy to hear the CSS code worked. As for your other question about removing the price from the Autoresponder email, I have created a new ticket to prevent confusion. You can check that out here.

    Thanks for your patience and understanding, we appreciate it.