Hiding the product cost with Jotform App Builder

  • whosaiditptyltd
    Asked on June 17, 2024 at 1:36 AM

    Good Day,


    Please can you advise on the following 2 questions wether it is possible.


    In the Store Builder, we would like to add products only and not prices as prices fluctuate so quickly that it becomes an administrative nightmare to keep the prices up to date.


    If this is not possible, is there a way for us to use a .csv file or similar to import all the prices onto the app?

  • Raymond JotForm Support
    Replied on June 17, 2024 at 2:16 AM

    Hi whosaiditptyltd,

    Thanks for reaching out to Jotform Support. Unfortunately, it's not possible to hide the prices in Store Builder. However, if you create a form, we can use some CSS codes to hide the prices on the product list element in it, and link the form to your app. Let me show you how to do that:

    1. Open your form in Form Builder and click on the blue Paint Roller icon on the right side of the screen.
    2. Under the Styles tab, paste the code below into the Inject Custom CSS area.
    .form-product-details{
    display:none;
    }

    Hiding the product cost with Jotform App Builder Image 1 Screenshot 30 The changes will be automatically saved on your form. Now back to your App Builder, we can use the Form element to add the form on your app.

    Hiding the product cost with Jotform App Builder Image 2 Screenshot 41

    We also have guides on How to Create Your First Web Form and How to Inject Custom CSS Codes that you can check out.


    Let us know if you need any more help.

 
Your Answer