Can we remove some fields from the preview before submit widget?

  • matt136
    Asked on March 10, 2016 at 4:33 PM

    Guys,

     

    I've just noticed that there are certain fields that really don't fit in with a preview:

    Can we remove some fields from the preview before submit widget? Image 1 Screenshot 20

    Is it possible to specify specific fields to not show on the preview page? I hope this isn't a bridge too far. Thank you for your help.

  • Ben
    Replied on March 10, 2016 at 4:48 PM

    While this is possible it is important to note that the CSS to do that would work per element type, so if you add another Text element - that you want to be shown additional CSS would be needed to make it shown. The same applies for a widget that you might add to the form.

    For quick reference: http://ts491952-container.zoeysite.com/sell-your-handbag with a js embedded form: https://form.jotformeu.com/form/60694500107348

    This is the CSS that you can add to accomplish this:

    #previewContainer .html, #previewContainer .widget {
        display: none;
    }

    It should be added as other CSS previously :)

    Do let us know how that works for you :)

  • matt136
    Replied on March 10, 2016 at 4:59 PM

    Hi Ben,

     

    Thanks a lot for your help. I think my form is now perfect. Thanks so much, you're a star.