Remove parts of form in the preview before submit page

  • slarochelle
    Asked on June 15, 2018 at 9:49 AM

    I've seen some people receive personalized code to hide some elements from their form on the preview to submit widget. Could someone help me out as well?  I would like the 2 pages of my form that have the pdf embedder hidden from the preview page. 

    Jotform Thread 1500576 Screenshot
  • BJoanna
    Replied on June 15, 2018 at 11:31 AM

    Inside of the widget settings, there is an option to hide Headings. However, you can only hide all or none. 

    1529076245title Screenshot 10

    You can hide the input field, by entering the field label in Hidden Fields of the widget.

    1529076369sest Screenshot 21

    If you want to hide Text fields, add this CSS code to your form. 

    #previewContainer .html{

        display: none;

    }

    How to Inject Custom CSS Codes


    If you are unable to remove some fields form preview, please provide us a link of your form.