Duplicate profile field names
-
I have set up a profile group and called it “Work” and within it I have created a field called “Email”. I am displaying the field value in my theme like so
echo bp_get_profile_field_data( 'field=Email' )
If I now set up a new profile group called “Home” and have a field in it called “Email”, how can I display the value in my theme without getting a conflict?
Am I forced to name the fields different under each profile group?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Duplicate profile field names’ is closed to new replies.