• 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)
  • Plugin Support mbrsolution

    (@mbrsolution)

    Hi, thank you for reporting this. The plugin developers will investigate further your suggestion.

    Regards

Viewing 1 replies (of 1 total)

The topic ‘HTML validation error on login form’ is closed to new replies.