Hey Team,
I currently use 2 different portals, both are very much similar (just 1 is internal and 1 is external)
for 1 of the fields - Email Confirmation, i have a regex so that it can accept multiple emails with a comma inbetween each email.
The regex is:
[1]+@[a-zA-Z0-9.-]+.[a-zA-Z]{2,}(,[a-zA-Z0-9._%±]+@[a-zA-Z0-9.-]+.[a-zA-Z]{2,})*$
now… it works for 1 of the portal form fields, but not on the other - it throws up an error
Let me know if you need access or a working visual on this to assist rectifying - or if I am missing something?
Thanks!
a-zA-Z0-9._%± ↩︎