I want to create an order form without prices

  • spinelogixllc
    Asked on October 20, 2016 at 4:10 PM

    I have been using the Purchase order widget to create my products with quantities but I do not want to display a price. This is for my employees who need supplies shipped to them. When I enter zero for the price it displays free in the form. Is there a way around this or another widget I should use?

     

  • jonathan
    Replied on October 20, 2016 at 9:49 PM

    Add this CSS codes on your form https://www.jotform.us/form/62935234959165   

    .form-product-details {

        visibility: hidden;

    }

    I want to create an order form without prices Image 1 Screenshot 20

    It should hide the price (even if you use actual price - not FREE)

    Let us know if this still did not work.

    Thanks.