Statistics: Posted by Raam Dev — January 7th, 2012, 7:31 pm
if (location.href.match (/\/wp-login\.php/))
Statistics: Posted by stonecoldcnc — January 6th, 2012, 8:29 pm
if (location.href.match (/\/wp-login\.php/))
{
Statistics: Posted by Raam Dev — January 5th, 2012, 8:38 pm
<option value="" "" selected="selected">(please select a country)</option>
<option value="" selected="selected">(please select a country)</option>
Statistics: Posted by Cristián Lávaque — January 5th, 2012, 2:38 am
Statistics: Posted by Jason Caldwell — January 5th, 2012, 2:27 am
Statistics: Posted by stonecoldcnc — December 31st, 2011, 11:48 am
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
Statistics: Posted by stonecoldcnc — December 31st, 2011, 11:06 am
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?
Statistics: Posted by Cristián Lávaque — December 29th, 2011, 3:04 am
Statistics: Posted by Raam Dev — December 28th, 2011, 11:10 pm
Statistics: Posted by stonecoldcnc — December 27th, 2011, 8:10 pm
Statistics: Posted by mhume — December 27th, 2011, 10:18 am
Statistics: Posted by stonecoldcnc — December 27th, 2011, 9:57 am
Statistics: Posted by Eduan — December 27th, 2011, 9:02 am
<?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>
Statistics: Posted by stonecoldcnc — December 27th, 2011, 7:50 am
Statistics: Posted by stonecoldcnc — December 27th, 2011, 12:12 am
Statistics: Posted by Raam Dev — December 25th, 2011, 10:48 pm
Statistics: Posted by mhume — December 25th, 2011, 1:19 am