Moodle Plugins directory: Custom registration form | Moodle.org
Custom registration form
Local plugins ::: local_custom_registration
Maintained by
C Blue,
Olivier Piton,
Renaud Lemaire
This plugin has been developed to allow administrators to add user fields to the registration form.
Latest release:
152 sites
104 downloads
11 fans
Current versions available: 3
Introduction
This plugin has been developed to allow administrators to add user fields to the registration form. These fields must be stored in mdl_user table.
The list of fields that can be added :
- Skype
- Yahoo
- Msn
- Phone 1
- Phone 2
- Insitution
- Department
- Address
- Lang
Procedure to follow
- Enable "Email-based self-registration" authentication plugin. To
enable potential users to register themselves and create accounts. Then set [Admin>Manage authentication>Common settings>Self
registration] to 'Email-based self-registration' and Save Changes.
- Configure this plugin here : /admin/settings.php?section=local_custom_registration_settings
- The fields can simply be enabled to automaticaly appear in the registration form. They can also be switched to "required" mode if needed.
Useful links
Contributors
C Blue (Lead maintainer)
Olivier Piton
Renaud Lemaire
Please login to view contributors details and/or to contact them
This plugin is useful but required not work well when user signup via Oauth2!
example: I want add phone in form signup I used in system adminstration/users/user profile fields;
create a new profile field, this required work well via OAuth2 but it not appear in browse list of users
Can you help me the problem?
Thank you for your comment.
Could you make a pull request on the Github repository?
Olivier
I have the sign up form with the auth_email recaptcha activated and looks horrible when it is activated.
Can anyone tell me if we can reorder the form elements in this plugin?
Example:
I want add the language element in the 5th position of the this sign up form displayed
Regards
The display problem is probably due to your theme, as the recaptcha is well integrated in a standard Moodle (Boost & Clean)
Currently, it is not possible to reorder the elements.
Olivier
Some fields are no longer basic in the latest Moodle versions (like MSN or Skype) and therefore should not be activated as they will not be saved.
Everything is saved in the mdl_user table.
Olivier
Thanks
The plugin is still usable on Moodle 4.x and works perfectly.
Julien
During the installation, I am asked to enter IBANs. It's not documented anywhere. What is it about? Can this plugin handle paid registration?
Thank you
YF
There is no iban in this plugin,
it must come from another plugin you've installed.
Kind regards
Tristan
(Moodle 4.4)