Custom registration form page/template

I am trying to create a registration page on my site to allow visitors to register on the site and have access to special contents.

The problem is that if registration fails (e.g. use an existing email in database), you are redirected to the default WordPress registration page, with the WordPress template…

Is there a way to create a page for registration with extra-fields with a custom template?

I’ve also tried using the Simplr User Registration Form plugin but is not working…

Related posts

Leave a Reply

4 comments

  1. You can also take a look on Profile Builder Plugin, that allows you to customize your website by adding a front-end menu for all your users, giving them a more flexible way to modify their user profile or register new users (front-end user registration). You can add custom fields to your registration form and customize the redirect page.

  2. I’ve posted the long article about how to create Sign Up page on WordPress site (basically on Multisite but similar methods can be used on default WP install). Right now article on russian language: How to replace default wp-signup.php But I also publish my source code and few screenshots.

    My article allows you create custom register page without any plugins and using only clean WordPress techniques. No hacky or dirty solutions like change wp-signup.php directly in WordPress root folder, JS code not worked with disabled Java Script in browsers or Apache redirects and more.

    Also similar question and long discussion available at bbpress support forum and we talked there on english.