How to remove the text FREE from the payment question of form?

  • FusionAbq
    Asked on February 8, 2015 at 7:49 PM
    I would also like to be able to remove the word "Free" from next to each item.
  • Ashwin JotForm Support
    Replied on February 9, 2015 at 3:18 AM

    Hello FusionAbq,

    Do you want to remove the "Free" text from the payment question of your form "ANNAPURNA Pay What You Wish Ticket Sales"?

    Please inject the following custom css code in form and that should solve your problem:

    span#input_3_1019_price, span#input_3_1020_price {

    display: none;

    }

    The following guide should help you in injecting custom css code:  http://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!