• Resolved daskm

    (@daskm)


    Hello.

    I have multiple registration forms on my site, on all of which I want to block certain email domains and usernames from being registered.

    Which filter hook(s) and/or action hook(s) are to be used to implement the blocking logic?

    Additionally, a sample code would also be extremely appreciated. Thanks.

    Anis

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Amrit Kumar Shrestha

    (@shresthauzwal)

    Hi @daskm,

    Thank you for writing in,

    With the current feature of the free version plugin, it is not possible to add blocklist or allowlist domains using hooks. It requires building a new feature, so it can not be done using hooks or code snippets.

    We already have this feature in our premium version; according to the WordPress Support community guidelines, we can not discuss the premium features here because this support forum is for free plugin users.
    If you are interested in premium features, please go through this link https://wpeverest.com. You will find the live chat option to contact our support representative.

    Regards!


    Thread Starter daskm

    (@daskm)

    Thanks for the info, @shresthauzwal

    In that case, at least can you let me know the name(s) of the relevant hook(s)? Thanks.

    Anis

    Plugin Support Amrit Kumar Shrestha

    (@shresthauzwal)

    Hi @daskm,

    For the validation of fields programmatically. Please check this documentation https://docs.wpeverest.com/user-registration/docs/how-to-add-custom-validations-to-fields-programmatically. It provides you the information with an example of input field how you can validate the fields.

    Regards!

    Thread Starter daskm

    (@daskm)

    Thanks. Will get back to you if I need further help.

    Anis

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

The topic ‘Validation of user input data’ is closed to new replies.