I'm using a GravityForm on a site that requires you to have a user account. And I have the form configured properly so that when people are logged into the site, it automatically pre-fills their name into a name field by allowing the normal name format to be populated dynamically (user_firstname, user_lastname) and sets the default email address using {user:user_email}. This saves time for people, but allows someone else at the company to overwrite the values so they could do the "daily update" for someone else. The form works great. Until...
We want to add BuddyPress features to this site using the same user accounts that are there. When BuddyPress was activated, the form would no longer pre-fill the name field. The email field worked fine. Any suggestions on this? Thanks.