Can I remove an image from the Preview Before Submit widget confirmation page?

  • cflevents
    Asked on July 7, 2016 at 7:41 PM

    The Preview Before Submit widget is doing everything I need it to, but I would like to remove the images displayed on the form from the preview page. How do I do that?

  • Chriistian Jotform Support
    Replied on July 8, 2016 at 12:43 AM

    Yes, it is possible to remove the image from the Preview Before Submit widget. Simpy inject the custom css code below to your form:

    #previewContainer .control_image {
        display: none;
    }
    Can I remove an image from the Preview Before Submit widget confirmation page? Image 1 Screenshot 20
    If you need further assistance, please let us know.
     

     

     

  • cflevents
    Replied on July 8, 2016 at 5:19 PM

    Perfect. Thanks!