hide price in form

  • doublethymecatering
    Asked on August 5, 2020 at 1:47 AM
  • Vick_W Jotform Support
    Replied on August 5, 2020 at 3:18 AM

    Hi there,

    Happy to help you today.

    If you are referring to hiding the subtotal, tax and total price in your form named "Splash Cafe Order Form" then please inject following CSS in your form:

    .form-line.card-2col .payment_footer.new_ui {

      display: none;

    }

    Here is how you can inject CSS into your form.

    https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Let us know if you need further assistance.

    Thanks.