• Resolved rasterix

    (@rasterix)


    Hi, the Login form’s submit button (#wppb-submit) renders with a malformed trailing attribute in its HTML output:
    <input type="submit" name="wp-submit" id="wppb-submit" class="button button-primary" value="Log In" "="">

    Browsers parse the stray " "=""> sequence as an empty, nameless attribute, rather than valid HTML. This isn’t a WCAG accessibility failure (the button’s accessible name, role, and behaviour are unaffected), but it is invalid markup that fails HTML validators (e.g. W3C Markup Validator).

    We’ve confirmed it persists regardless of theme customisations and isn’t controllable via the wppb_form_submit_extra_attr filter, suggesting it’s hardcoded into the login form’s button template. Could you confirm whether this is a known issue and if a fix is planned?

    Thanks.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support thomaswild

    (@thomaswild)

    Hello @rasterix,

    I have checked a local instance and noticed that the same sequence is present there as well. I have forwarded this to our development team.

    Thank you for reporting this issue!

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.