Preview Before Submit field format is broken

  • DanielRadulescu
    Asked on September 4, 2019 at 2:25 PM

    I have a form with the Preview Before Submit widget. When I attempt to preview the form and then print, the formatting has broken and I see everything just bleed off of the page to the right - see attached. Is there any way to fix this?


    Thanks,

    Daniel

    Jotform Thread 1951852 Screenshot
  • Richie JotForm Support
    Replied on September 4, 2019 at 3:36 PM

    Kindly try adding this custom CSS in your form

    #previewContainer>.html{
    width: 740px !important;
    }
    #previewContainer li > div.value.no-label {

        display: block;
        width: 740px !important;

    }
    #previewContainer .table-grid {

        border-collapse: collapse;
        white-space: normal;
        table-layout: auto !important;

    }

    Guide:https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Please give it a try and let us know if the issue still remains.