How to remove the prices from the payment field?
-
mcdueyAsked on February 14, 2019 at 03: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
This is a re-post of a comment on How to Inject Custom CSS Codes
-
KevinAnswered on February 14, 2019 at 05:18 PMJotform Support
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.
-
mcdueyAnswered on February 25, 2019 at 11:43 AMThank 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 :
... -
KevinAnswered on February 25, 2019 at 12:57 PMJotform Support
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