Uncaught ReferenceError: Cookies is not defined
-
I am trying to build an optin form on a site where I also are running woocommerce..
WOW Viral Signup Pro is not working on https://www.absolutindie.com/signup_usradio/. I get the following error code in the JavaScript console:
Uncaught ReferenceError: Cookies is not defined
at HTMLDocument.<anonymous> (woocommerce.min.js?ver=3.2.1:1)
at i (jquery.js?ver=1.12.4:2)
at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4:2)
at Function.ready (jquery.js?ver=1.12.4:2)
at HTMLDocument.K (jquery.js?ver=1.12.4:2)… which makes me believe that it is something that ain’t right with my woocommerce coding. When I try to write my email address and press submit, the above code is followed by:
Uncaught ReferenceError: hvost is not defined
at mpwsignup (script.js?ver=4.8.2:54)
at HTMLButtonElement.onclick ((index):630)Any idea of how to make the form work? Is it related to Woocommerce?
The page I need help with: [log in to see the link]
- The topic ‘Uncaught ReferenceError: Cookies is not defined’ is closed to new replies.