Hello,
the problem is i’m using registration form for logged user too and i’m testing form like administrator ( i have remove logged user verification to can use it in this way) and there are bp_current_user_can(‘bp_moderate’) that jumps form errors verification for adminsitrators.
I take the oprtunity to ask for a future modification to allow registration for logged users I want. In some especial situacions this restriction not allow use this for diferent sitautions.
Thank you, and sorry for waste your time with this question.
i’m using field types textbox,textarea and phone number. “Checkbox acceptance” field from “BuddyPress Xprofile Custom Field Types” plugin show error message correctly and it’s the only one from xprofile fields i’m added but isn’t native from buddypress. I’m analizing code and I see all of this working in the same way using same do_action( bp_get_the_profile_field_errors_action() ); but the other ones not working.
Hello @imath,
thank you for your work in this ne update.
I have a problem with registration required fields. Xprofile fields identified like signup fields and whith required flag up, don’t fired error if they’re empty when i’m sending form. Only user, email and acceptance field of extrae fields plugin show error message.
This is a big problem for me, are there some solution to fix it even temporarily ?