HTML validation error on login form
-
Hi, I’ve noticed a very minor issue that I believe can be easily fixed.
The login form fails HTML validation (https://validator.w3.org) because the action attribute is empty.
The offending code is at
simple-membership/views/login.php:<form id="swpm-login-form" name="swpm-login-form" method="post" action="">Adding a slash
/into the action attribute solves the issue.regards
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘HTML validation error on login form’ is closed to new replies.