• Resolved playdiune

    (@playdiune)


    Hello,
    I would like to make all registration fields required. Is this possible ?

    For now, only nickname and password are required. I also use some cimy extra fields with the required option enable but it also doesnt work on registration.

    Hope you can help me.

Viewing 1 replies (of 1 total)
  • Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @playdiune,

    Making all fields required is possible with Profile Fields add-on, but that add-on is only available in Pro version of the plugin.

    Alternative solution is to use BuddyPress plugin and its xEtended profile fields, so BuddyPress will handle registration.
    There is add-on for BuddyPress in Membership 2 add-ons

    If you want to use another plugin for registration form you need to add this line to functions.php of your theme so Membership will know that other plugin is used

    add_filter('ms_frontend_handle_registration', '__return_false');

    kind regards,
    Kasia

Viewing 1 replies (of 1 total)

The topic ‘Make registration fields required’ is closed to new replies.