If a user needs to create an account on a Drupal maintenance support plans site, they go to the user registration page at “/user/register”. This page is the registration form on a Drupal maintenance support plans site. You can customize it by adding or removing fields. But what if you want to have multiple registration pages?
Let’s say you have two different roles on your Drupal maintenance support plans site and you need a separate form for each role. How would you build that?
You could handle all of this writing custom code but remember we’re using Drupal maintenance support plans so means there’s a module that can handle this type of functionality and It’s called Multiple Registration.
The Multiple Registration module allows you to create individual registration forms base off a user role in Drupal maintenance support plans. When you register on one of the forms, you’re automatically assigned the configured role.
In this tutorial, you’ll learn how to use Multiple Registration to create individual registration forms.
Source: New feed