Error - Dialog - Popup

Hi all,

This is my first time posting on Webflow forum and I would like to apologise from the beginning if this was posted before but I didn’t find any solution on my own and that’s why I’m reaching out for help from you.

Here it is:
When you’re opening these 2 pages from our webiste: https://www.siftwallet.com/terms and https://www.siftwallet.com/privacy there is that little dialog/error/pop-up appearing…which shouldn’t be there but it is.

We did reach Webflow support team and from them we do know that the custom code in the header field of our side-wide custom code might be the cause for this error.

If it helps here you have the link to the website: link

I’m pretty sure there is something we are doing wrong…We are not developers, so please be gentle with us :slight_smile:

Thank you in advance.

A.

Remove this custom code and republish.

<script>window.jQuery || document.write('<scr' + 'ipt src="https://code.jquery.com/jquery-1.11.0.min.js"><\/sc' + 'ript>')</script>
<script>window.$kol_jquery = window.jQuery</script>
<script src="https://kickoffpages-kickofflabs.netdna-ssl.com/widgets/1.9.4/kol_any_form.js"></script>
<script src='https://kickoffpages-kickofflabs.netdna-ssl.com/w/42429/152178.js'></script>

The custom code is needed… that’s the thing.
Any other solution without removing that code ?

After removing the code, paste this in the footer code block instead:

<script>window.$kol_jquery = window.jQuery</script>
<script src="https://kickoffpages-kickofflabs.netdna-ssl.com/widgets/1.9.4/kol_any_form.js"></script>
<script src='https://kickoffpages-kickofflabs.netdna-ssl.com/w/42429/152178.js'></script>

OK. Got it… I’ve deleted all the custom code and add it to the custom code field on home page only.
Seems like this works :smiley:

Thank you @samliew for your help !