• Hey there!

    Thank you for supporting this useful plugin!

    We have an important concern that we would like to fix in your plugin!
    The issue is that we sometimes need to receive a separate email field from the user on the product page through the Woocommerce Custom Product Addons plugin, but sometimes it is seen that the user is very careless in typing his email domain.
    For example, they write gmail.com incorrectly as gmial.com, or yahoo.com as yaho.com, or icloud.com as iclod.com!
    Is it possible to correct this issue so that for the main and important domains that provide e-mail service, this issue can be verified or even when typing the e-mail, the correct expressions of famous domains are suggested to the user.
    I know this may be very trivial, but I think it is common and can help other users of the plugin very well!
    And even if you can consider a blacklist domains section in the plugin, it can be used to register terms such as gmial.com, yaho.com, etc. in that section to prevent such terms from being typed. !

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Vivek Acowebs

    (@viveke)

    Hi,

    Please try using a Text field with the following regex pattern for validation: ^[a-zA-Z0-9._%+-]+@(gmail.com|yahoo.com|outlook.com|hotmail.com|icloud.com|aol.com|protonmail.com|zoho.com|mail.com|yandex.com)$

    This will ensure the email address matches one of the specified domains.

    Thank you, but the question is, will you consider this in the next updates or not?

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.