Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: All fields for registration


Simon Dabkowski
Participant

@simoncreative

Each field group has an ID value. You can modify the registration.php file to include additional groups by repeating the following and changing “1” to “2”:

<?php if ( function_exists( ‘bp_has_profile’ ) ) : if ( bp_has_profile( ‘profile_group_id=1’ ) ) : while ( bp_profile_groups() ) : bp_the_profile_group(); ?>

to

<?php if ( function_exists( ‘bp_has_profile’ ) ) : if ( bp_has_profile( ‘profile_group_id=2’ ) ) : while ( bp_profile_groups() ) : bp_the_profile_group(); ?>

Skip to toolbar