So not sure if this is an appropriate question for here or not. I created a User Registration form on my Buddypress site. I used the advanced address field for the registration and mapped the address field in in the settings to it. I am trying to just display the users specific city and state in a section of the profile, but when I connect to the MySQL DB I see that it combines the whole address in to a textarea in the bp_xprofile_data table. Is there a better method you guys recommend for this so I can extract the city and state and not show the address here (but still need the whole address in another location).
Thanks!