Review Before Submit: Update Font Color And Hide Images

  • sitiosonline
    Asked on May 1, 2025 at 9:47 AM

    I would like to hide some vignettes when the order is reviewed but it keeps showing, can you help me hide the initial images?

    What would the images be called? Should I give them a new name?


    Thanks!

  • Christopher JotForm Support
    Replied on May 1, 2025 at 9:51 AM

    Hi sitiosonline,

    We can only update the field label color and hide the images by Injecting CSS Codes into your form. Let me walk you through it:

    1. First, copy this code:

    div#checkSubmission {
        color: #691c0c !important;
    }


    #previewContainer li>div.value.border {
        color: #691c0c !important;
    }


    .control_image:nth-child(2), .control_image:nth-child(3) {
        display: none !important;
    }

    2. In Form Builder, click on the Paint Roller icon on the right side of the page to open Form Designer.

    3. Now, in the Form Designer menu, click on the Styles tab, scroll down and paste the code into the Inject CSS Code box. That’s it. The code is automatically saved.

    Update Subtotal Font Size And Color Image 1 Screenshot 30 Screenshot 30Review Before Submit: Update Font Color And Hide Images Image 1 Screenshot 41

    Result:

    Review Before Submit: Update Font Color And Hide Images Image 2 Screenshot 52

    While the feature you’re looking for isn’t currently available at Jotform right now, we've gone ahead and escalated your request to our Developers. Exactly when or if it's developed depends on their workload, how viable it is, and how many other users also request it. If there are any updates, we’ll circle back to this thread and let you know.

    Give it a try and let us know how it goes.

  • sitiosonline
    Replied on May 1, 2025 at 10:35 AM

    I decided to insert the customer orden to review it on "confirmation page" is much easy for them to check it. Thank you!

Your Reply