Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Problems using apostrophes and accented characters in profile field


r-a-y
Keymaster

@r-a-y

Instead of relying on the field name, try the field id instead:

`bp_profile_field_data( ‘field=1’ );

// 1 = your field id
`

You can find the field id by hovering over the “Edit” or “Delete” button of the field name on the Profile Field Setup screen.

Skip to toolbar