• I have users registering on a registration form within a page – I am wanting to redirect them to another page rather than to wp-login

    I currently have the following within the form but am pretty certain I have gone wrong somewhere as it is now not registering and not redirecting either

    <form name=”registerform” id=”registerform” action=”<?php bloginfo(‘url’) ?>/wp-login.php?action=register?redirect_to=<?php echo “https://&#8221; . $_SERVER[‘HTTP_HOST’] . $_SERVER[‘REQUEST_URI’]; ?>” method=”post” name=”registerform”>

    Can anyone help?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Redirect after registering on login form’ is closed to new replies.