retrieving xprofile fields during registration validation
-
I need to implement some custom validation during the signup process, using a BP form with XProfile fields. I’m doing so with the “bp_signup_validate” action. In my callback, I can access the global $bp variable to get the username and email used during signup. But custom XProfile fields are not available.
Is there any other way I can retrieve that data during the validation process? The user account is not yet created, so I can’t use xprofile_get_field_data yet (AFAIK).
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.