Hide amount in purchase order

  • Kgr0up
    Asked on July 8, 2016 at 8:59 PM

    I am working in an internal quote form, an employee is helping making the quotes, he has to choose the material used, but I don´t want him to see the price each material costs, is there a way to hide the price and still do the calculation in hidden fields??

     

     

  • Chriistian Jotform Support
    Replied on July 9, 2016 at 5:54 AM

    Hi,

    Can you please try to add the following CSS to your form?

    table#input_3_1001_subproducts tr th:nth-child(2),

    table#input_3_1001_subproducts tr td:nth-child(2) {

    display: none;

    }

     

    The result should be as follows.

    Hide amount in purchase order Image 1 Screenshot 20

     

    Please see How to Inject Custom CSS Codes for more details.