Skip to:
Content
Pages
Categories
Search
Top
Bottom

Hide field on registration


  • infectedmann
    Participant

    @infectedmann

    Hello!

    I want to hide some profile fields on registration, and I also want that the users can fill all fields after registration.

    So on the registration the users fill some basic information, and after the activation they can complete their profile.

    I hope it is understandable.

    Regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • All fields that are in the first Base fields groups will appear on registration page.
    So you can just move those fields to another fields group, that you can create on this page /wp-admin/users.php?page=bp-profile-setup using this link http://cosydale.com/wp-admin/users.php?page=bp-profile-setup&mode=add_group.

    Another option

    Find the ID of a field that you want to hide in admin area (when you edit the field it’s in the URL like this /wp-admin/users.php?page=bp-profile-setup&group_id=1&field_id=2&mode=edit_field = field_id=2 is what you need), make sure that this field is NOT required, then open style.css of your theme and add there something like this:
    #profile-details-section.register-section .editfield.field_2 {display:none}
    For reference: http://take.ms/lONUD


    infectedmann
    Participant

    @infectedmann

    Thanks for the help 🙂

    Thanks for sharing. @slaffik

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide field on registration’ is closed to new replies.
Skip to toolbar