Hi,
I'm working on a BuddyPress Member Management plugin for a client of mine and they also need to be able to add new members easily through that management panel as well.
I know how to programmatically add WP users but I can't find how to programmatically add/update (x)profile fields. That's when I thought of using Gravity Forms with the User Registration plugin.
There is one problem though: the form needs to work in the wp-admin area and adding the form to the custom wp-admin page results in having Gravity think it's the edit-page for that form..
Is there a way to bypass that?