TypeError : document.getElementById('loginform')…. is undefined
-
Hi guys
I was trying simplemodal login, and found this in the error console:
TypeError : document.getElementById(‘loginform’).childNodes[1].childNodes[1] is undefined.
When I clicked there, I found that the corresponding line is : document.getElementById(‘loginform’).childNodes[1].childNodes[1].childNodes[0].nodeValue = ‘Email’;
Any idea anyone ?
Thanks.
- The topic ‘TypeError : document.getElementById('loginform')…. is undefined’ is closed to new replies.