How can I remove "Free" from my labels of payment field?

  • RotaryDist1010
    Asked on March 28, 2017 at 11:19 AM
    Jotform Thread 1104365 Screenshot
  • Ashwin JotForm Support
    Replied on March 28, 2017 at 2:14 PM

    Hello,

    Please inject the following custom css code in your form to remove the "Free" text from the payment fields:

    label[for=input_30_1001] b {

    display : none;

    }

    label[for=input_30_1007] b {

    display : none;

    }

    The following guide should help you how to inject custom css code in form:  https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Hope this helps.

    Do get back to us if you have any questions.

    Thank you!

  • RotaryDist1010
    Replied on March 28, 2017 at 5:54 PM

    Many thanks for your prompt resoponse.

    Works spot on.