How do I hide the Currency on the Product list?

  • doublethymecatering
    Asked on August 5, 2020 at 2:07 AM

    Hi there, sorry need some help - how do I hide the individual pricing of each item on the form, but still have it on the submission - same with the total - I don't want it to show on the form but i do want to see it on the submission.  thanbks heaps for your help Kris

  • Vick_W Jotform Support
    Replied on August 5, 2020 at 3:46 AM

    Hi there,

    This seems to be a duplicate ticket. Your concern has already been answered on the ticket below.

    https://www.jotform.com/answers/2492410

    Thanks.

  • doublethymecatering
    Replied on August 5, 2020 at 4:11 PM

    thanks for your help vick!  The only other thing I want to hide is the blue $NZ that shows on the form below my item.  I'm still trying to find my way round css code & haven't found how to do this yet :-( thanks heaps kris

    1596658250Screen Shot 2020 08 06 at 08 Screenshot 10

  • Jimmy_D
    Replied on August 5, 2020 at 7:19 PM

    Kindly inject the CSS code below to your form to hide the Currency. 

    .form-product-details span[data-wrapper-react="true"]{

        display: none!important;

    }

    Let us know should you need further assistance. 

  • doublethymecatering
    Replied on August 6, 2020 at 4:27 PM

    thanks jimmy!