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

  • RotaryDist1010
    Asked on March 28, 2017 at 11:19 AM
    I would like to remove the word "Free" from after the two group labels "Attendee 1" and "Attendee 2". I thought I had created and injected the CSS code as per your instructions in How to Have Sub-Category or Sub-Labels on an Order Form

    While the checkbox has gone, "Free" remains.  What am I doing wrong.

    I would also like to change the word "Free" on the "Fittie Tutored Walk" option to read "Included" if that is possible.

    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.