Async call

  • diana_aceves_
    Asked on November 5, 2015 at 5:45 AM

    Hi, I'm trying to load the script asynchronously but the form is not displayed. How can I do it? Thank you.

    <script type="text/javascript" src="https://form.jotformeu.com/jsform/53022098655355" async="async"></script>

  • Sammy
    Replied on November 5, 2015 at 7:47 AM

    The async loading directive is not working in this case because the script itself is loading other script files on the page to allow the display of the form.

    When the async is declared the browser is instructed to not load the script until it is available it appears this makes the script to be stuck in a infinite waiting cycle.

    If you have other scripts in the page here you are using the above, there could also be conflicts which interfere with the proper loading.