• Hi,

    please add an action to your forms to pass the w3c validator (an empty action attribute is not valid).

    This will always submit the current page, which is technically the same like an empty action attribute:

    <form action="<?php global $wp;echo home_url( $wp->request );?>" autocomplete="off">

    Greetings,
    doc

Viewing 1 replies (of 1 total)
  • Thread Starter docbt

    (@docbt)

    And I found another validator problem, but I am not sure which function addes this…

    <div id="um-login-widget-3" class="um-login-widget">
      <div class="um um-login um-282 uimob500" style="opacity: 1;">
        <div class="um-form">...
        </div>
      </div>
      <style>.um-282.um{max-width:450px}</style>
    </div>

    The “<style>” tag is not allowed within a “<div>” tag.

    I think it should be in the style attribute of the div <div class="um um-login um-282 uimob500" style="opacity: 1;max-width:450px;">

Viewing 1 replies (of 1 total)
  • The topic ‘please add action to forms’ is closed to new replies.