My website is not working.

  • Courtney Conley
    Asked on July 18, 2017 at 8:36 AM
    as we added on this code   <script src="https://form.jotform.me/static/feedback2.js?3.3.REV" type="text/javascript"> var JFL_70170931207448 = new JotformFeedback({ formId: '70170931207448', base: 'https://form.jotform.me/', windowTitle: '', background: '#29D9E3', fontColor: '#FFFFFF', type: 'false', height: 500, width: 700, openOnLoad: true }); </script>
     
    So issue is with jot form, please contact with their support
     
    Log in isn't working 
    My website is not working Screenshot 20
  • Chriistian Jotform Support
    Replied on July 18, 2017 at 10:59 AM

    There might be some conflicting scripts between the lightbox code and Wordpress that causes the issue. The issue might be fixed by adding a $.noConflict(); script on your site. Please try to add the script provided below before the lightbox code/script and see if this will fix the issue.

    <script type="text/javascript">  $.noConflict();</script>