Hide prices in Product List

  • S
    Silvana
    Asked on February 8, 2024 at 10:34 AM
    can I hide prices for the products? I just want to add the products and their information and add a button to order, but I don't need to show the products prices, and the clients don't need to pay as well, they will just order the products and pay later with us, usually in person, or by month.
  • Profile Image
    Arslan JotForm Support
    Replied on February 8, 2024 at 12:34 PM

    Hi Silvana,

    Thanks for reaching out to Jotform Support. You can inject Custom CSS code in your form to hide prices in Product list. Let me show you how:

    • Open your form in Form Builder, click on Paint Roller icon on the right side of the page.
    • In the menu that opens on the right side of the page, click on Styles tab, and insert code under Inject Custom CSS.

    Hide prices in Product List Image 1 Screenshot 20

    You can try using following code:

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

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