How to remove the prices from the payment field?

  • mcduey
    Asked on February 14, 2019 at 3:05 PM

    I need to remove prices and "free" from our page. This was done but it didnt seem to stick

    https://www.jotform.com/build/90274545431253

  • Kevin Support Team Lead
    Replied on February 14, 2019 at 5:18 PM

    Try injecting this CSS code to your form: 

    li[data-type="control_payment"] span[id*="price"] {

        display: none !important;

    }

    This guide will help you doing so: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    I hope this helps. 

  • mcduey
    Replied on February 25, 2019 at 11:43 AM
    Thank you. This worked for the web side of things. Is there any way to
    have it removed from the mail side of things. Its comes up a little
    garbled on the email
    Quoting JotForm :
    ...
  • Kevin Support Team Lead
    Replied on February 25, 2019 at 12:57 PM

    Unfortunately, the same cannot be applied for emails, but you can alternatively strip the payment information and customize how it's displayed in emails, this guide will help you doing so: https://www.jotform.com/help/231-How-to-Strip-Payment-Labels-and-Separate-Payment-Info-on-Email-Alerts