still having issues with contents displaying on top of form

  • Billyglisan
    Asked on February 16, 2019 at 5:22 PM

    Hi Again, thanks for the response and suggestion to copy/paste this code "

    .webform-wrapper.on-customer-page.display-position-top.fixed-bar-container{

      display: none;

    }

    in css, but 1) I still get the same content displayed & 2) the form repeats numerous times on the page. Pls advise thx!

    Jotform Thread 1735110 Screenshot
  • AlbertBaldred
    Replied on February 16, 2019 at 6:59 PM

    As mentioned your old thread(Here), it is probably your website provider's ad banner.

    For deleting this banner you can embed JotForm with following code:
    <script type="text/javascript" src="https://form.jotform.com/jsform/90466769664979"></script><script type="text/javascript">function JotFormer(){document.querySelector(".grwf2-wrapper.wf2-fixed-bar.wf2-top.wf2-none.wf2-loaded.wf2-animated").remove()};document.onDISABLEDload=JotFormer();</script>

    Please feel free to ask anything.