Why does my form disappear in preview or when viewing online?

  • susan2650
    Asked on February 13, 2015 at 4:50 PM

    I have other forms that are not doing this. Any idea what's going on?

  • Mike
    Replied on February 13, 2015 at 6:17 PM

    Thank you for contacting us.

    The form is hidden for some reason. In order to fix this, please add the following CSS to your form via the Form Designer.

    form {
    display: block !important;
    }

    Why does my form disappear in preview or when viewing online? Image 1 Screenshot 20

    If you need any further assistance, please let us know.

  • susan2650
    Replied on February 13, 2015 at 6:37 PM

    Thank you as the form appears now, however, now it's added some extra non-functional back" and "next" buttons on each page of the preview and it's taking the last field sections and messing up the end. Please help!

     

    UPDATE: I fixed this by deleting the offending field section and putting a fresh field in. Something must've corrupted that section in the html or something. Anyway, thanks for all the help! You guys are great!

     

  • susan2650
    Replied on February 14, 2015 at 3:13 PM

    Yes, it appears so. Thanks!