Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How can I hide certain xprofile custom fields groups in the registration page?


Gene53
Participant

@gene53

@jivany Wow, thanks, I simply added:

<?php if ( 'Username' == bp_get_the_profile_field_name() ) : ?>

<?php else : ?>

under:

<?php if ( 'textbox' == bp_get_the_profile_field_type() ) : ?>

inserted a endif where you indicated, didn’t do any HTML formatting and the Username field is now hidden.

Thanks again!

Gene

Skip to toolbar