Title: Compact Registration Form
Last modified: August 21, 2016

---

# Compact Registration Form

 *  Resolved [Andy](https://wordpress.org/support/users/anandp/)
 * (@anandp)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/compact-registration-form/)
 * Hi,
    I have installed the extended profile plugin, and while registration all
   the fields are display.
 * Is there any way, where i can hide the extended profile fields while registration.
   Later the registered user can add the information from edit profile link.
 * Thanks,
    Anand
 * [http://wordpress.org/plugins/buddypress-xprofile-custom-fields-type/](http://wordpress.org/plugins/buddypress-xprofile-custom-fields-type/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [donmik](https://wordpress.org/support/users/atallos/)
 * (@atallos)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/compact-registration-form/#post-4060253)
 * Yes, of course you can. You need to change the registration page in your theme.
   The registration page is located in: your-theme/registration/register.php.
 * You need to avoid displaying all profile fields but name field. So inside the
   loop, you need to write this if.
 * Search this line:
    `<?php while ( bp_profile_fields() ) : bp_the_profile_field();?
   >`
 * After this line, write this:
    `<?php if ('Name' != bp_get_the_profile_field_name())
   continue; ?>`
 * If you give another name to this field, you need to change ‘Name’ by the name
   you put.
 * Remember if you want this to work all the profile fields you are hiding need 
   to be Not required. If they’re required this should not work.
 *  Thread Starter [Andy](https://wordpress.org/support/users/anandp/)
 * (@anandp)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/compact-registration-form/#post-4060277)
 * Hi,
    Awesome, it worked like a charm 🙂
 * thanks a lot for quick help.
 * Regards,
    Anand

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Compact Registration Form’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/buddypress-xprofile-custom-fields-
   type.svg)
 * [Buddypress Xprofile Custom Fields Type](https://wordpress.org/plugins/buddypress-xprofile-custom-fields-type/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/buddypress-xprofile-custom-fields-type/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/buddypress-xprofile-custom-fields-type/)
 * [Active Topics](https://wordpress.org/support/plugin/buddypress-xprofile-custom-fields-type/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/buddypress-xprofile-custom-fields-type/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/buddypress-xprofile-custom-fields-type/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Andy](https://wordpress.org/support/users/anandp/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/compact-registration-form/#post-4060277)
 * Status: resolved