Email field validator regex not working properly

Found in

EPiServer.Forms 4.30.4

Fixed in

EPiServer.Forms 4.30.10

Created

Mar 03, 2023

Updated

Jul 05, 2023

State

Closed, Fixed and tested


Description

Fixed the RegEx email field validator.

  • The domain part cannot be more than three characters.
  • It does not support tagging. For example, example@gmail.com and example+1@gmail.com should both be qualified as the same.
  • The form froze when input was too long.