• Resolved wp_user1

    (@wp_user1)


    We need a spam check, but reCaptcha is not possible due to German law.

    We thought about using a field where registering guys should enter a special number or phrase. Only if the phrase is correct, registration is passed.

    How can we realize that?

    Let’s say for example they have to enter “99” in that field?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Paolo

    (@paoltaia)

    Hi, I’m sorry but that’s not possible without some complex customization (beyond support).

    In addition, a similar approach wouldn’t stop most spammers or bots, so it would be a waste of time.

    I would suggest looking into something like: https://cleantalk.org/

    Thanks,

    Thread Starter wp_user1

    (@wp_user1)

    Then I do not understand the sense of these pattern.

    We already using Cleantalk. I am not sure if it works well with UsersWP.

    Plugin Contributor Paolo

    (@paoltaia)

    Cleantalk is fully compatible with UsersWP.

    If you wish to go down the text field route you can try this regex validation pattern as suggested by ChatGPT:

    ^(99)$

    https://paste.pics/936fa09d37c15d2819a75f37177aa597

    Must be using text field (not number).

    Let me know if that works for you.

    Thanks

    Thread Starter wp_user1

    (@wp_user1)

    OKay thanks for the info. We will try that!

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

The topic ‘validation pattern: only one specific term’ is closed to new replies.