Skip to:
Content
Pages
Categories
Search
Top
Bottom

Buddypress-Validate required registration field – but not with bp-profile-setup

Viewing 2 replies - 1 through 2 (of 2 total)

  • valuser
    Participant

    @valuser

    In register.php I have changed to “.

    At the moment the validation appears to be happening as one can’t register without completing the field.
    BUT
    No validation NOTICE -Please complete this field- is being produced.
    It is not on the form and not there when you examine the form in firebug.
    So there appears just to be a small way to go. —-> Make the error notice appear
    Any help greatly appreciated –


    SFMichael
    Participant

    @sfmichael

    This is an old thread however I wanted to accomplish what you have asked and have got it to work.

    What i think happens is when bp_signup_validate is called triggering your validation function, the error should be added to an errors array. This will only be displayed when you call
    in register.php

    You code is right you just need to add:

    Hope this makes sense or is right 😀

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Buddypress-Validate required registration field – but not with bp-profile-setup’ is closed to new replies.
Skip to toolbar