Is it possible to have custom user registration forms? I’d like to allow general user registration on a site, and then when a user registers through a specific page, have a (custom?) registration form that hard-codes the usergroup that user gets assigned to.
For example, I have a normal site, with user registration and all, for an ongoing yearly competition. But I also want to have a “Register your team” page on the site. This page would be a SAEF form, accessible only to a specific “Team leader” usergroup. Users would be free to join that usergroup (it’s not a high-security thing) at will, thus getting access to the team registration page.
That deals with users already registered on the site. For those users who have NOT yet registered on the site, however, I’d like to have the following:
- Unregistered user goes to Team Registration page, is asked to login or register
- User clicks “register”, is taken to a fairly standard registration form, with one twist in that this form automatically adds the user to the “Team leader” usergroup.
- Once registered, the user is taken to the team registration form, and all’s well.
So, is it possible to hard-code a user registration form like that?