Hello There,
I was able to resolve the issue. It turns out that you have added a custom code in the theme option’s custom JS section. You have this code:
</script><script type='text/javascript'>(function(s) {var head = document.getElementsByTagName('HEAD').item(0);var s= document.createElement('script');s.type = 'text/javascript';s.src='//www.formget.com/app/app_data/new-widget/popup.js';head.appendChild(s); var options = {'tabKey': '22Ru-185969/t','tabtext':'Contact Us','height': '589','width': '350','tabPosition':'bottom','textColor': 'ffffff','tabBackground': '17B86F','fontSize': '16','tabbed':''};s.onload = s.onreadystatechange = function() {var rs = this.readyState;if (rs)if (rs != 'complete')if (rs != 'loaded')return;try {sideBar = new buildTabbed();sideBar.initializeOption(options);sideBar.loadContent();sideBar.buildHtml();} catch (e) {} };var scr = document.getElementsByTagName(s)[0];})(document, 'script');
After I have removed it, the popup is no longer displaying.
Please check your site now.