PriMoThemes — now s2Member® (official notice)
This is now a very OLD forum system. It's in READ-ONLY mode.
All community interaction now occurs at WP Sharks™. See: new forums @ WP Sharks™
<?php do_action('register_form'); ?>
<!-- Register Form -->
<form name="registerform" id="registerform" action="<?php echo site_url('wp-login.php?action=register', 'login_post') ?>" method="post">
<h1>Not a member yet? Sign Up!</h1>
<label class="grey" for="user_login"><?php _e('Username*') ?></label>
<input class="field" type="text" name="user_login" id="user_login" class="input" value="<?php echo attribute_escape(stripslashes($user_login)); ?>" size="20" tabindex="10" />
<label class="grey" for="user_email"><?php _e('E-mail*') ?></label>
<input class="field" type="text" name="user_email" id="user_email" class="input" value="<?php echo attribute_escape(stripslashes($user_email)); ?>" size="25" tabindex="20" />
<?php do_action('register_form'); ?>
<label id="reg_passmail"><?php _e('A password will be e-mailed to you.') ?></label>
<input type="submit" name="wp-submit" id="wp-submit" value="<?php _e('Register'); ?>" class="bt_register" />
</form>
Raam Dev wrote:Hey Matt,
Did you make sure that you were fully logged out when testing the registration process?
stonecoldcnc wrote:Hi Cristián
I'm loading the registration fields inside the registerform with this action:
...
Everything works fine except that the required* fields are not required to register. Not sure if that is caused by any of the latest versions of wordpress 3.3 and s2member 111220 since I noticed the problem about 2-3 weeks ago.
stonecoldcnc wrote:s2member has 100s of shortcodes, I looked through the list but can't find anything to create a custom login/register form. Can you point me in the right direction please as I have no clue what you mean?
Have you tried going to the default registration form and copying the HTML for the form from it? That may work and do s2Member's JS check. /wp-login.php?action=register
<option value="" "" selected="selected">(please select a country)</option>
<option value="" selected="selected">(please select a country)</option>
if (location.href.match (/\/wp-login\.php/))
{
if (location.href.match (/\/wp-login\.php/))
Users browsing this forum: Bing [Bot] and 1 guest