How to hide product prices?

  • melodicsounds
    Asked on February 19, 2015 at 12:28 AM

    Hey guys in my form I have 2 products but I don't want them to display the price, how can I get this?

  • Ashwin JotForm Support
    Replied on February 19, 2015 at 8:13 AM

    Hello melodicsounds,

    You do not want to show the prices to your users? I am not sure about your exact requirement but you can inject the following custom css code in your form to hide the product price of your payment question:

    span.form-product-details {

    display: none;

    }

    The following guide should help you inject custom css code in form:  http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    Hope this helps.

    Do get back to us if you have any questions.

    Thank you!