Can I get rid of the scrollbar in Wix?

  • Georgeff
    Asked on April 6, 2019 at 9:07 PM

    1554599225sliderbar Screenshot 10


  • AndrewHag
    Replied on April 7, 2019 at 1:18 AM

    In your iFrame code, change the scrolling to no instead of auto.

    Here is the correct code that you need to embed:

    <iframe width="100%" height="100%" name="htmlComp-iframe" scrolling="no" src="https://www-freshstartreading-com.filesusr.com/html/67c4bb_24b3b9acf1d124096bbe8c4076f264ea.html"></iframe>

    You don't need to re-embed the form in your website, just modify the highlighted part in the above code. Scrolling property set to "auto" in your code just change it to "no".

  • Georgeff
    Replied on April 8, 2019 at 8:57 AM

    I am just using HTML for the embed. Do I need to change it to an iFrame or can the HTML code be adjusted in a similar way? Thanks.

  • Welvin Support Team Lead
    Replied on April 8, 2019 at 10:53 AM

    You should use the Embed Site method in Wix to avoid any issues such as when submitting the form. Please check our Wix guide here https://www.jotform.com/help/70-Adding-a-Form-to-Your-Wix-Site

    When adding as a site, you should be able to adjust the height of the site block to accommodate the form and remove the inline scrollbar. See screenshot:

    15547352192019 04 08 002 Screenshot 10

  • Georgeff
    Replied on April 8, 2019 at 11:57 AM

    Great, thanks, Welvin. Appreciate it!