Product List: Option to change price from "Free" to "$0"

  • Abrams_Royal
    Asked on November 5, 2021 at 3:28 PM

    I have a purchase order with different pricing for different sizes, but is there any way for me to change the "Free" text to just "$0" or not show up at all when the item is not selected so our patients don't get confused.


    Order form link: https://hipaa.jotform.com/build/213085990325155

  • Sonnyfer JotForm Support
    Replied on November 5, 2021 at 6:46 PM

    Hi there - Kindly allow me some time to check your form. I will be back shortly.

  • Sonnyfer JotForm Support
    Replied on November 5, 2021 at 9:02 PM

    Thanks for patiently waiting. Kindly inject the below CSS code into your form:

    #input_33_1000_price, #input_33_1001_price {
      visibility: hidden;
    }
    #input_33_1000_price:before, #input_33_1001_price:before{
      content: "$0.00";
      float: right;
      visibility: visible;
    }

    Guide: How-to-Inject-Custom-CSS-Codes

    Result:

    1636160500 6185d3f43ca9b  Screenshot 10

    Let us know if you need further assistance.

  • Abrams_Royal
    Replied on November 6, 2021 at 11:38 AM

    Hi, unfortunately this CSS always maintains the price as $0.00 even if the item is selected. Is there a way to keep all items at $0.00 until the item is selected and then the price is updated on the left hand side?

  • Collin_S
    Replied on November 6, 2021 at 1:16 PM

    Hi,

    Unfortunately, this is not possible, I apologize for the inconvenience.

    Please let us know if you require any further assistance or information.

    Have an amazing day.

  • Abrams_Royal
    Replied on November 8, 2021 at 6:05 PM

    Could I please request this to be an added feature? It doesn't make much sense that items would be "free" instead of "0.00" in the invoice if they are not selected

  • Sonnyfer JotForm Support
    Replied on November 8, 2021 at 8:01 PM

    Sure. I have now escalated this ticket as a Feature Request. Though we cannot give you an ETA, rest assured you'll be notified here of any news.

  • Abrams_Royal
    Replied on November 9, 2021 at 10:20 AM

    thank you sonnyfer, appreciate your help