Sign-up redirects to Registration which goes nowhere…
-
The site I’m working on has a sign-up form they’re very happy with, the standard sign-up.php form. Its action is, of course, ‘/wp-login.php?action=register’ – and with the addition of BuddyPress, this redirects them to the BuddyPress registration page. As a result, neither form works. Hitting the submit button on sign-up.php takes the user to the BuddyPress registration page (blank, of course), and hitting the same button on the registration page simply reloads it.
How can I resolve this? Since the WP users table still exists in the DB concurrent with the similar table for BP, can I get the two talking to each other? Feature fields from both forms on the same page? Or do I need to find a way to bypass/remove the old WP sign-up form entirely and change/adjust the client’s registration information to match the form?
Thanks in advance…
- The topic ‘Sign-up redirects to Registration which goes nowhere…’ is closed to new replies.