My forms are not scrolling on Brave Browser

  • NewBrightonCapital
    Perguntado em 4 de dezembro de 2019 às 20:00

    My forms are not scrolling on Brave Browser but are scrolling on other browsers.

    How do I enable this as if you cannot scroll up and down it is a bad customer experience and most of my clients use Brave Browser.


    Thanks

  • AndrewHag
    Respondido em 5 de dezembro de 2019 às 01:34

    It seems the height of the iframe is defaulting to 539px in the Brave browser. Could you please try adding this code using this guide and see if that works?

    #JotFormIFrame-90717562437866{

        height: 2871px !important;

    }

    Guide: How-to-Inject-Custom-CSS-Codes

    If that doesn't work, please enable the scrolling in the iFrame code.

    Here is the code that you need to use:

    <iframe id="JotFormIFrame-90717562437866" title="Transfer existing SMSF" onDISABLEDload="window.parent.scrollTo(0,0)" allowtransparency="true" allowfullscreen="true" allow="geolocation; microphone; camera" src="https://form.jotform.co/90717562437866" frameborder="0" style="width: 1px; min-width: 100%; height: 2871px; border: none;" scrolling="yes"></iframe>