Display
This form will display wherever the WP-Members widget is placed.
HTML
The following is the default generated HTML for the form. All of this can be changed by the use of filters in the functions used to create the form.
<section id="widget_wpmemwidget" class="widget wp-members"> <div id="wp-members"> <h2 class="widget-title">Login Status</h2> You are not logged in.<br> <form name="form" method="post" action="http://example.com/current-page/"> <fieldset> <label for="username">Username</label> <div class="div_texbox"> <input type="text" name="log" class="username" id="username"> </div> <label for="password">Password</label> <div class="div_texbox"> <input type="password" name="pwd" class="password" id="password"> </div> <input type="hidden" name="rememberme" value="forever"> <input type="hidden" name="redirect_to" value="http://example.com/current-page/"> <input type="hidden" name="a" value="login"> <input type="hidden" name="slog" value="true"> <div class="button_div"> <input type="submit" name="Submit" class="buttons" value="log in"> <a href="http://example.com/profile-page/?a=pwdreset">Forgot?</a> <a href="http://example.com/register-page/">Register</a></div> </fieldset> </form> </div> </section>
Filters
Text and HTML in the login form can be changed by various filters that run during the process of building the form.
Functions