Custom registration form

Local plugins ::: local_custom_registration
Maintained by CBlueC Blue, Olivier Piton, Renaud Lemaire
This plugin has been developed to allow administrators to add user fields to the registration form.
Latest release:
149 sites
101 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

  1. 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.
  2. Configure this plugin here : /admin/settings.php?section=local_custom_registration_settings
  3. The fields can simply be enabled to automaticaly appear in the registration form. They can also be switched to "required" mode if needed.


Screenshots

Screenshot #0
Screenshot #1

Contributors

CBlue
C Blue (Lead maintainer)
Please login to view contributors details and/or to contact them

Comments RSS

显示评论
  • Plugins bot
    2021年03月5日 星期五 20:40
    Approval issue created: CONTRIB-8450
  • Tomasz Muras
    2021年03月12日 星期五 01:10
  • Abdelrahman Elwakeel
    2021年03月31日 星期三 03:13
    Hi,
    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?
  • Matthew Makinde
    2021年10月22日 星期五 00:15
    I think IdNumber is an important field - which is the students identification number. I have to add it to your plugin by myself for now but i hope it can be part of future update. Thank you
  • Olivier Piton
    2021年10月22日 星期五 17:36
    Hello,

    Thank you for your comment.

    Could you make a pull request on the Github repository?

    Olivier
  • Pedro Garcia
    2022年03月31日 星期四 17:21
    Hello,
    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
  • Olivier Piton
    2022年04月1日 星期五 16:20
    Hello,

    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
  • Zoran Jančić
    2022年09月28日 星期三 21:37
    Where is the data stored? I can't find any data in the database after user signed up with custom fields filled. I tested with msn field and also tried to add the msn field to mdl_user before user filled the signup form, but the field was always empty after user signed up.
  • Olivier Piton
    2022年09月29日 星期四 14:10
    Hi,

    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
  • Julien Garrigue
    2023年11月13日 星期一 04:52
    Hi! Is there someone that still maintain this plugin ? I would like to use it for noodle 4.2 and 4.3
    Thanks
  • CBlue
    2023年11月13日 星期一 20:34
    Hi @Julien Garrigue,

    The plugin is still usable on Moodle 4.x and works perfectly.

    Julien
  • Yann Florent
    2024年04月30日 星期二 23:01
    Hello,
    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
  • CBlue
    2024年05月3日 星期五 15:04
    Hi @Yann Florent,

    There is no iban in this plugin,
    it must come from another plugin you've installed.

    Kind regards

    Tristan
  • Nahim de Anda
    2024年06月22日 星期六 05:36
    The fields configured as active in the registration form appear at the bottom of the form, even after captcha. How can I move them to the top?
    (Moodle 4.4)
Please login to post comments