Re: Profile types
ok, as I understand, the easiest way for me to get it done, is to place radio buttons in the base group and create x profile groups, each of groups will be called after “if(bp_get_member_profile_data( ‘field=account type’ ) == ’name’) :
” for each particular profile type from radio buttons.
It will make only radio buttons to appear on the signup, but entering code into public and edit profile sections will force user to see only profile group, corresponding to his radio button?
probably only I understood what I wrote
should I use (bp_the_profile_group() == “group number”) function?