Is there a way to add "CSS" to the preview before submit page?

  • dabeka
    Asked on July 7, 2017 at 12:59 PM
    Also, is there a way to add "CSS" to the preview form?  I would like to change the font size and alignment of the text.  Thanks!
  • David JotForm Support
    Replied on July 7, 2017 at 1:04 PM

    The following thread has some great information on how to customize the preview before submit page:

    https://www.jotform.com/answers/441508-Customize-Preview-page-before-submit

    The screenshots are a bit outdated but the information is still relevant.

  • dabeka
    Replied on July 7, 2017 at 1:57 PM

    Hi, thanks, but how do I add the image?

     

    Also, will I inject the CSS to the Form Designer and insert something like:

    .checkSubmission {

      font-size : 16px;

    }

  • David JotForm Support
    Replied on July 7, 2017 at 3:39 PM

    If you want to change all the font, you would add the following in the designer:

    #previewContainer li{
      font-size : 16px;
      color : blue;
    }

    This would give you 16px font size and blue coloring.

    As far as I know, only uploaded images can be included in the preview.