error in console for no login user
-
Hi,
I am getting the following error for no login users.
[DOM] Found 2 elements with non-unique id #password: (More info: https://goo.gl/9p2vKq) <input class="woocommerce-Input woocommerce-Input--text input-text" type="password" name="password" id="password" autocomplete="current-password"> <input class="woocommerce-Input woocommerce-Input--text input-text" type="password" name="password" id="password" autocomplete="current-password">
(index):1 [DOM] Found 2 elements with non-unique id #username: (More info: https://goo.gl/9p2vKq) <input type="text" class="woocommerce-Input woocommerce-Input--text input-text" name="username" id="username" autocomplete="username" value> <input type="text" class="woocommerce-Input woocommerce-Input--text input-text" name="username" id="username" autocomplete="username" value>
(index):1 [DOM] Found 2 elements with non-unique id #woocommerce-login-nonce: (More info: https://goo.gl/9p2vKq) <input type="hidden" id="woocommerce-login-nonce" name="woocommerce-login-nonce" value="06ee283134"> <input type="hidden" id="woocommerce-login-nonce" name="woocommerce-login-nonce" value="06ee283134">
I am in 2.7.0 version
Regards
S
Hi,
Just ignore these warnings, they are harmless. They just indicate that you have a few login forms with the same IDs on the page.
Regards
Hi,
I understand that they are harmless but isn’t so nice to see errors in console log…
You can disable login sidebar option and sticky header to prevent duplication for the login form and avoid these errors.