Can we remove $ amount on some items?

  • gowebworks
    Asked on December 7, 2020 at 10:10 PM

    Can we have the ability to not 'show' the price of some of our products?

    In particular, we would like to hide the $4 cost of each of the products in the top section of our form.


    We still do want/need the $ amounts in the bottom portion.


    Please let me know if we can do this,


    Adam

  • Vick_W Jotform Support
    Replied on December 8, 2020 at 12:43 AM

    Hi Adam,

    We can provide separate CSS for each column that will remove the amount but the dollar sign will remain. When we try to remove the $ using CSS then it will affect all items in the product list. As a result, all prices will become hidden.

    Let us know if you have any questions or concerns.

    Thanks

  • gowebworks
    Replied on December 8, 2020 at 1:00 AM
    I’d like to give it a try. What CSS can I drop in the custom code area?
    Also, is there another option altogether? Can you think of any way to remove the ‘price’ aspect from the top group of products/options?
    Thank you for your time on this,
    Adam
    ...
  • Vick_W Jotform Support
    Replied on December 8, 2020 at 2:43 AM

    Hi Adam,

    Please check this cloned form, I've added the CSS form for some products. Let me know if this is acceptable for you, and I'll provide you the CSS for all products in the first section.

    https://www.jotform.com/203421492455957

    span#input_119_1004_price, #input_119_1005_price, #input_119_1006_price, #input_119_1007_price, #input_119_1008_price, #input_119_1009_price, #input_119_1010_price, #input_119_1011_price, #input_119_1012_price, #input_119_1013_price, #input_119_1014_price, #input_119_1051_price {
    display: none;
    }


    Thanks

  • gowebworks
    Replied on December 9, 2020 at 7:55 AM
    Thank you Vick!
    This worked out great!
    -Adam
    ...