how can i remove all price from product order forms?

  • philjrwork
    Asked on March 21, 2021 at 7:39 AM
  • Gaetan_B
    Replied on March 21, 2021 at 10:01 AM

    Hello,

    Thank you for reaching out.


    You can set the prices to 0:

    1616335281 605751b155d23  Screenshot 10


    Hope this helps.

    Do not hesitate to reach out if you need further assistance.

  • philjrwork
    Replied on March 21, 2021 at 11:11 AM
    Hi,
    If I set the to zero it will display a zero cost at bottom?
    Can you remove the idividual product prices and the total calculated price summary at bottom of form?
    Thanks
    ...
  • Gaetan_B
    Replied on March 21, 2021 at 12:33 PM

    Hello,

    Once everything is set to 0, it will display 0 at the bottom.

    To hide the price footer, you can add the following CSS code (https://www.jotform.com/help/117-how-to-inject-custom-css-codes):

    .payment_footer {
      display: none;
    }


    So it will look like this:

    1616343930 6057737a9ac32  Screenshot 10


    Hope this helps.

    Do not hesitate to reach out if you need further assistance.