Riga, Latvia
Gerbilo's
Activity Stream →
-
Gerbilo started a new topic BP signup as custom fields in one step on main page in the forum Creating & Extending: 7 months, 3 weeks ago
Can somebody point me to hack i can use to add bp signup “step-by-step” registration procedure to my main page in just 4-5 general fields and one button ‘REGISTER’. As nothing more needed for now.
Something like in single WP:
<form name="registerform" id="registerform" action="<?php echo site_url('wp-login.php?action=register', 'login_post') ?>" method="post">
<p>
<label><?php _e('Username') ?><br />
<input type="text" name="user_login" id="user_login" class="input" value="<?php [...]