aaronmas
Forum Replies Created
Viewing 1 replies (of 1 total)
-
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Registration Form Not WorkingI am having the same problem, and the missing fields don’t seem to be hidden by the theme. In admin, I don’t see any fields listed. I am using wordpress 3.7.1 with multisite, and I am not using the pro version of wp-members. Any tips would be appreciated. Here is the html for my generated registration page:
<div class="entry-content"> <div id="wpmem_reg"> <a name="register"></a> <form name="form" method="post" action="http://test.testsite.play/registration/" class="form"> <fieldset> <legend>New Users Registration</legend><label for="username" class="text">Choose a Username<font class="req">*</font></label> <div class="div_text"> <input name="log" type="text" value="" class="username" id="username" /> </div><input name="a" type="hidden" value="register" /><input name="redirect_to" type="hidden" value="http://test.testsite.play/registration/" /> <div class="button_div"> <input name="reset" type="reset" value="Clear Form" class="buttons" /> <input name="submit" type="submit" value="Submit" class="buttons" /> </div><div class="req-text"><font class="req">*</font>Required field</div> </fieldset></form></div> </div><!-- .entry-content -->
Viewing 1 replies (of 1 total)