Can't find the field-name for xprofile fields
-
I look at the code and I see the following:
div class=”editfield”>
label for=”field_41″>Introduction</label
textarea rows="5" cols="40" name="field_41" id="field_41" class="uniform"/I assumed field_41 is the name of the profile field so I used
bp_member_profile_data( 'field=field_41' );
to call the field in the members directory but it didn't work. I tried it with "Introduction" but it didn't work either.
- The topic ‘Can't find the field-name for xprofile fields’ is closed to new replies.