How to remove "Free" from product

  • uropasite
    Asked on November 8, 2017 at 7:29 AM

    We would like to remove the word "Free" next to our Honorable Rx pricing plan form (see attached pic). Thx.

    Jotform Thread 1293576 Screenshot
  • onur JotForm Developer
    Replied on November 8, 2017 at 7:47 AM

    Hello,

    You could easily delete from Payment settings / Products section.


    1510145226Screen Shot 2017 11 08 at 3 Screenshot 10

    1510145244Screen Shot 2017 11 08 at 3 Screenshot 21

    Please let us know if that won't solve your problem,

    Regards.

  • uropasite
    Replied on November 8, 2017 at 12:43 PM
    No, we want this product line to show, we just don't want the word "Free"
    showing because it is not really free.
    ...
  • TREVON
    Replied on November 8, 2017 at 2:12 PM

    Thank you for the clarification. This can be done by injecting CSS to your form. Kindly inject the following CSS to your form.

    #input_27_1005_price{
      display: none;
    }

    To inject CSS to your form kindly follow the guide below:

    https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Kindly do let us know if the solution above works for you.


  • uropasite
    Replied on November 8, 2017 at 6:43 PM
    Boy, you guys respond very quickly and with the perfect solution
    EVERYTIME! Thank you!
    ...