Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @patoel

    The email validation in the current version of our plugin only validates the email address structure. Furthermore, the email fields include an option to validate the values entered by users with regular expressions (Ex. If you want to accept Gmail emails only, you can use the regular expression /g(oogle)?mail/i).

    However, the current version of the plugin does not validate if the email exists or not.

    There are multiple third-party services to validate emails (the plugins you mention use them). Our plugin includes an operation that allows you to call third-party services or APIs.

    Please, read the following post blog:

    https://cff.dwbooster.com/blog/2019/05/17/third-party-connection-module

    Best regards.

    Thread Starter patoel

    (@patoel)

    Ok thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Email validation’ is closed to new replies.