Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    It’s inadvisable to create redundant information. When you need that BP user data, just get it from the source table. Don’t put it somewhere else that will not be updated when the original source changes. There’s likely a BP function to do this, you’d best inquire in their dedicated forum for that. If all else fails it can be queried with SQL and the global $wpdb object.

    You can create your own shortcode that does this, so other than the name not being in the dropdown it would basically work the same way. There may even be a hack to add such a shortcode to the dropdown without it being a true merge tag. I wouldn’t be able to suggest how such a hack could be implemented because Gravity Forms source code is not publicly available.

Viewing 1 replies (of 1 total)

The topic ‘Using data in bp_xprofile_data’ is closed to new replies.